rtpac3pay

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

Example pipeline

 gst-launch-1.0 -v audiotestsrc ! avenc_ac3 ! rtpac3pay ! udpsink

This example pipeline will encode and payload AC3 stream. Refer to the rtpac3depay example to depayload and decode the RTP stream.

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstRTPBasePayload
                    ╰──rtpac3pay

Factory details

Authors: – Wim Taymans

Classification:Codec/Payloader/Network/RTP

Rank – secondary

Plugin – rtp

Package – GStreamer Good Plug-ins

Pad Templates

sink

audio/ac3:
audio/x-ac3:

Presencealways

Directionsink

Object typeGstPad


src

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

Presencealways

Directionsrc

Object typeGstPad


The results of the search are