mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
RTP docs: update with attributes in caps
This commit is contained in:
parent
f96e900a64
commit
efb9c17975
1 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,12 @@ The following fields can or must (*) be specified in the structure:
|
|||
a=rtpmap:96 AMR/8000/1
|
||||
a=fmtp:96 octet-align=1;crc=0;robust-sorting=0;interleaving=0
|
||||
|
||||
Attributes are converted as follows:
|
||||
|
||||
IANA registered attribute names are prepended with 'a-' before putting them in
|
||||
the caps. Unregistered keys (starting with 'x-') are copied directly into the
|
||||
caps.
|
||||
|
||||
in RTSP, the SSRC is also sent.
|
||||
|
||||
The optional parameters in the SDP fields are case insensitive. In the caps we
|
||||
|
|
Loading…
Reference in a new issue