mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-16 04:54:12 +00:00
rist: Document main profile support
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1153>
This commit is contained in:
parent
15f89cd088
commit
03a60a47b5
2 changed files with 11 additions and 0 deletions
|
@ -32,6 +32,11 @@
|
|||
* will occur when transmitting and receiving over multicast on the
|
||||
* same host, and will be properly ignored.
|
||||
*
|
||||
* It also implements part of the RIST TR-06-2 Main Profile transmitter. The
|
||||
* tunneling, multiplexing and encryption parts of the specification are not
|
||||
* included. This element will include the RIST header extension if either of
|
||||
* the "sequence-number-extension" or "drop-null-ts-packets" properties are set.
|
||||
*
|
||||
* ## Example gst-launch line
|
||||
* |[
|
||||
* gst-launch-1.0 udpsrc ! tsparse set-timestamps=1 smoothing-latency=40000 ! \
|
||||
|
|
|
@ -29,6 +29,12 @@
|
|||
* media players. The RIST URI handler also allows setting properties through
|
||||
* the URI query.
|
||||
*
|
||||
* It also implements part of the RIST TR-06-2 Main Profile receiver. The
|
||||
* tunneling, multiplexing and encryption parts of the specification are not
|
||||
* included. This element will accept the RIST RTP header extension and restore
|
||||
* the null MPEG-TS packets if the extension is included. It will not currently
|
||||
* use the sequence number extension when sending RTCP NACK requests.
|
||||
*
|
||||
* ## Example gst-launch line
|
||||
* |[
|
||||
* gst-launch-1.0 ristsrc address=0.0.0.0 port=5004 ! rtpmp2tdepay ! udpsink
|
||||
|
|
Loading…
Reference in a new issue