Purchase Solution

Streaming stored audio

Not what you're looking for?

Ask Custom Question

Consider streaming stored audio. Does it make sense to run the application over UDP or TCP? Which transport protocol does RealNetworks use? Why? Which transport protocol do the Microsoft streaming products use? Why?

Purchase this Solution

Solution Summary

Does it make sense to run the application over UDP or TCP? Which transport protocol does RealNetworks use? Why? Which transport protocol do the Microsoft streaming products use?

Solution Preview

Streaming stored audio
________________________________________
Consider streaming stored audio. Does it make sense to run the application over UDP or TCP? Which transport protocol does Real Networks use? Why?

UDP:
Datagram protocols, such as the User Datagram Protocol (UDP), send the media stream as a series of small packets. This is simple and efficient; however, packets are liable to be lost or corrupted in transit. Depending on the protocol and the extent of the loss, the client may be able to recover the data with error correction techniques, may interpolate over the missing data, or may suffer a dropout.
The Real-time Streaming Protocol (RTSP), Real-time Transport Protocol (RTP) and the Real-time Transport Control ...

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

This quiz tests a student's knowledge about C++ operators.