unicast streaming
A one-to-one connection between the streaming server sending out the data and client devices listening to the stream. Each client has a direct relationship with the server. Since the server is sending out a separate stream for each client, unicast streaming of media to three clients at 100kbps actually uses 300kbps of bandwidth. IP unicast streams may use either UDP or TCP transport, although TCP transport will inevitably require some buffering.
Want to improve this definition?Submit a suggestion on GitHub.