SDP

From VideoLAN Wiki
Revision as of 23:40, 28 January 2005 by Fkuehne (talk | contribs) (fixed some links; there are no caches in mediawiki)
Jump to navigation Jump to search

SDP stands for "Session Description Protocol". It is used to describe a streaming session. SDP is defined in RFC2327. 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.