rtpL24depay2

Extracts raw 24-bit audio from RTP packets as per RFC 3551 and RFC 3190.

Example pipeline

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

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

Hierarchy

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

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: L24

Presencealways

Directionsink

Object typeGstPad


src

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

Presencealways

Directionsrc

Object typeGstPad


The results of the search are