rtpmux — multiplex N rtp streams into one
struct GstRTPMux;
GObject +----GstObject +----GstElement +----GstRTPMux +----GstRTPDTMFMux
"seqnum" guint : Read "seqnum-offset" gint : Read / Write "ssrc" guint : Read / Write "timestamp-offset" gint : Read / Write
The rtp muxer takes multiple RTP streams having the same clock-rate and muxes into a single stream with a single SSRC.
1 2 3 4 5 6 7 8 9