rtppcmadepay2
Extracts A-law encoded audio from RTP packets as per RFC 3551.
Example pipeline
gst-launch-1.0 udpsrc caps='application/x-rtp, media=audio, clock-rate=8000, payload=8' ! rtpjitterbuffer latency=50 ! rtppcmadepay2 ! alawdec ! audioconvert ! audioresample ! autoaudiosink
This will depayload an incoming RTP A-law audio stream. You can use the rtppcmapay2 and alawenc elements to create such an RTP stream.
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──GstRtpBaseDepay2 ╰──GstRtpPcmauDepay2 ╰──rtppcmadepay2
Factory details
Authors: – Sebastian Dröge
Classification: – Codec/Depayloader/Network/RTP
Rank – marginal
Plugin – rsrtp
Package – gst-plugin-rtp
Pad Templates
sink
application/x-rtp:
media: audio
payload: 8
clock-rate: 8000
application/x-rtp:
media: audio
clock-rate: [ 1, 2147483647 ]
encoding-name: PCMA
src
audio/x-alaw:
channels: 1
rate: [ 1, 2147483647 ]
The results of the search are