rtpac3depay

Extract AC3 audio from RTP packets according to RFC 4184. For detailed information see: http://www.rfc-editor.org/rfc/rfc4184.txt

Example pipeline

 gst-launch-1.0 udpsrc caps='application/x-rtp, media=(string)audio, clock-rate=(int)44100, encoding-name=(string)AC3, payload=(int)96' ! rtpac3depay ! a52dec ! pulsesink

This example pipeline will depayload and decode an RTP AC3 stream. Refer to the rtpac3pay example to create the RTP stream.

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstRTPBaseDepayload
                    ╰──rtpac3depay

Factory details

Authors: – Wim Taymans

Classification:Codec/Depayloader/Network/RTP

Rank – secondary

Plugin – rtp

Package – GStreamer Good Plug-ins

Pad Templates

sink

application/x-rtp:
          media: audio
     clock-rate: { (int)32000, (int)44100, (int)48000 }
  encoding-name: AC3

Presencealways

Directionsink

Object typeGstPad


src

audio/x-ac3:

Presencealways

Directionsrc

Object typeGstPad


The results of the search are