rtpL16depay
Extract raw audio from RTP packets according to RFC 3551. For detailed information see: http://www.rfc-editor.org/rfc/rfc3551.txt
Example pipeline
gst-launch-1.0 udpsrc caps='application/x-rtp, media=(string)audio, clock-rate=(int)44100, encoding-name=(string)L16, encoding-params=(string)1, channels=(int)1, payload=(int)96' ! rtpL16depay ! pulsesink
This example pipeline will depayload an RTP raw audio stream. Refer to the rtpL16pay example to create the RTP stream.
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──GstRTPBaseDepayload ╰──rtpL16depay
Factory details
Authors: – Zeeshan Ali
Classification: – Codec/Depayloader/Network/RTP
Rank – secondary
Plugin – rtp
Package – GStreamer Good Plug-ins
Pad Templates
sink
application/x-rtp:
media: audio
clock-rate: [ 1, 2147483647 ]
encoding-name: L16
application/x-rtp:
media: audio
payload: { (int)10, (int)11 }
clock-rate: [ 1, 2147483647 ]
src
audio/x-raw:
format: S16BE
layout: interleaved
rate: [ 1, 2147483647 ]
channels: [ 1, 2147483647 ]
The results of the search are