Difference between revisions of "SDP"
Jump to navigation
Jump to search
m (Magic links are deprecated) |
m (→Links: Move RFC link here, similar to other protocol pages) |
||
Line 1: | Line 1: | ||
− | SDP stands for "Session Description Protocol". It is used to describe a streaming session | + | 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. | 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. | VLC supports SDP. | ||
+ | |||
+ | == Links == | ||
+ | * [https://tools.ietf.org/html/rfc2327 RFC 2327] | ||
[[Category:Protocols]] | [[Category:Protocols]] |
Revision as of 06:03, 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.