rtpL16depay2

Extracts raw 16-bit audio from RTP packets as per RFC 3551.

Example pipeline

 gst-launch-1.0 udpsrc caps='application/x-rtp, media=audio, clock-rate=48000, encoding-name=L16, encoding-params=(string)1, channels=1, payload=96' ! rtpjitterbuffer latency=50 ! rtpL16depay2 ! audioconvert ! audioresample ! autoaudiosink

This will depayload an incoming RTP 16-bit raw audio stream. You can use the rtpL16pay2 element to create such an RTP stream.

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstRtpBaseDepay2
                    ╰──GstRtpLinearAudioDepay
                        ╰──rtpL16depay2

Factory details

Authors: – Tim-Philipp Müller

Classification:Codec/Depayloader/Network/RTP

Rank – marginal

Plugin – rsrtp

Package – gst-plugin-rtp

Pad Templates

sink

application/x-rtp:
          media: audio
     clock-rate: [ 1, 2147483647 ]
  encoding-name: L16
application/x-rtp:
          media: audio
     clock-rate: [ 1, 2147483647 ]
        payload: { (int)10, (int)11 }

Presencealways

Directionsink

Object typeGstPad


src

audio/x-raw:
           rate: [ 1, 2147483647 ]
       channels: [ 1, 2147483647 ]
         layout: interleaved
         format: S16BE

Presencealways

Directionsrc

Object typeGstPad


The results of the search are