![]() |
![]() |
![]() |
GStreamer Good Plugins 1.0 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GObject +----GInitiallyUnowned +----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 |
gst-launch-1.0 rtpmux name=mux ! udpsink host=127.0.0.1 port=8888 \ alsasrc ! alawenc ! rtppcmapay ! \ application/x-rtp, payload=8, rate=8000 ! mux.sink_0 \ audiotestsrc is-live=1 ! \ mulawenc ! rtppcmupay ! \ application/x-rtp, payload=0, rate=8000 ! mux.sink_1 |
"seqnum"
property "seqnum" guint : Read
The RTP sequence number of the last processed packet.
Default value: 0
"seqnum-offset"
property "seqnum-offset" gint : Read / Write
Offset to add to all outgoing seqnum (-1 = random).
Allowed values: >= G_MAXULONG
Default value: -1
"ssrc"
property "ssrc" guint : Read / Write
The SSRC of the packets (default == random).
Default value: 4294967295