Difference between revisions of "UDP"

From VideoLAN Wiki
Jump to navigation Jump to search
m (mediawiki syntax)
Line 1: Line 1:
 
UDP is a what they call a 'send and pray' protocol. You throw data onto the network and you have no garantuee, if the data reaches it's destination or when. Because of this, it is extremely fast, efficient, and also 'unreliable'.
 
UDP is a what they call a 'send and pray' protocol. You throw data onto the network and you have no garantuee, if the data reaches it's destination or when. Because of this, it is extremely fast, efficient, and also 'unreliable'.
  
It is next to TCP[[?]] one of the primary basic [[IP|Internet Protocols]] that every major OS supports.
+
It is next to [[TCP]] one of the primary basic [[IP|Internet Protocols]] that every major OS supports.
  
 
It is extremely suited for streaming live video. In this case it is not important that you receive ALL data, as long as you receive SOME data continuously and fast.
 
It is extremely suited for streaming live video. In this case it is not important that you receive ALL data, as long as you receive SOME data continuously and fast.
  
VLC supports this protocol for streaming, however not all types of video can be streamed over UDP. See the matrices here: http://www.videolan.org/streaming/features.html (cache)
+
VLC supports this protocol for streaming, however not all types of video can be streamed over UDP. See the matrices here: http://www.videolan.org/streaming/features.html

Revision as of 01:14, 29 January 2005

UDP is a what they call a 'send and pray' protocol. You throw data onto the network and you have no garantuee, if the data reaches it's destination or when. Because of this, it is extremely fast, efficient, and also 'unreliable'.

It is next to TCP one of the primary basic Internet Protocols that every major OS supports.

It is extremely suited for streaming live video. In this case it is not important that you receive ALL data, as long as you receive SOME data continuously and fast.

VLC supports this protocol for streaming, however not all types of video can be streamed over UDP. See the matrices here: http://www.videolan.org/streaming/features.html