I want to make an application that lets me stream music from my server app to my client app.
I’m not really sure if I need to use UDP or TCP?
Any suggestions appreciated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
UDPis more suitable for streaming media. But if you are sensitive with your “music” streaming, TCP is more secure.. it requires more “handshake” between the server and the client.