rist: Document main profile support
authorOlivier Crête <olivier.crete@collabora.com>
Wed, 31 Jul 2019 16:01:07 +0000 (12:01 -0400)
committerOlivier Crête <olivier.crete@ocrete.ca>
Thu, 30 Apr 2020 18:31:32 +0000 (18:31 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1153>

gst/rist/gstristsink.c
gst/rist/gstristsrc.c

index d07d282..69bda4f 100644 (file)
  * 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 ! \
index 349fcd2..aa38991 100644 (file)
  * 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