rtppcmudepay2

Extracts µ-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=0' ! rtpjitterbuffer latency=50 ! rtppcmudepay2 ! mulawdec ! audioconvert ! audioresample ! autoaudiosink

This will depayload an incoming RTP µ-law audio stream. You can use the rtppcmupay2 and mulawenc elements to create such an RTP stream.

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstRtpBaseDepay2
                    ╰──GstRtpPcmauDepay2
                        ╰──rtppcmudepay2

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: 0
     clock-rate: 8000
application/x-rtp:
          media: audio
     clock-rate: [ 1, 2147483647 ]
  encoding-name: PCMU

Presencealways

Directionsink

Object typeGstPad


src

audio/x-mulaw:
       channels: 1
           rate: [ 1, 2147483647 ]

Presencealways

Directionsrc

Object typeGstPad


The results of the search are