sdpdemux

sdpdemux — Receive data over the network via SDP

Synopsis

struct              GstSDPDemux;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBin
                     +----GstSDPDemux

Implemented Interfaces

GstSDPDemux implements GstChildProxy.

Properties

  "debug"                    gboolean              : Read / Write / Construct
  "latency"                  guint                 : Read / Write / Construct
  "timeout"                  guint64               : Read / Write / Construct
  "redirect"                 gboolean              : Read / Write / Construct

Description

sdpdemux currently understands SDP as the input format of the session description. For each stream listed in the SDP a new rtp_streamd pad will be created with caps derived from the SDP media description. This is a caps of mime type "application/x-rtp" that can be connected to any available RTP depayloader element.

sdpdemux will internally instantiate an RTP session manager element that will handle the RTCP messages to and from the server, jitter removal, packet reordering along with providing a clock for the pipeline.

sdpdemux acts like a live element and will therefore only generate data in the PLAYING state.

Example launch line

1
2
3
4