Difference between revisions of "SDP"

From VideoLAN Wiki
Jump to navigation Jump to search
m (→‎Links: Move RFC link here, similar to other protocol pages)
m (→‎Links: Replace obsolete RFC)
Line 6: Line 6:
  
 
== Links ==
 
== Links ==
* [https://tools.ietf.org/html/rfc2327 RFC 2327]
+
* [https://tools.ietf.org/html/rfc4566 RFC 4566]
  
 
[[Category:Protocols]]
 
[[Category:Protocols]]

Revision as of 06:08, 26 February 2019

SDP stands for "Session Description Protocol". It is used to describe a streaming session. SDP data is usually carried over SAP, RTSP or in dedicated files.

The idea behind SDP is that you can store critical stream information in the SDP and distribute this over a reliable connection (such as HTTP or RTSP). Then you can stream the raw codec data over a lossy connection, such as RTP without the need for a container.

VLC supports SDP.

Links