rtpL24pay

Payload raw 24-bit audio into RTP packets according to RFC 3190, section 4. For detailed information see: http://www.rfc-editor.org/rfc/rfc3190.txt

Example pipeline

 gst-launch-1.0 -v audiotestsrc ! audioconvert ! rtpL24pay ! udpsink

This example pipeline will payload raw audio. Refer to the rtpL24depay example to depayload and play the RTP stream.

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstRTPBasePayload
                    ╰──GstRTPBaseAudioPayload
                        ╰──rtpL24pay

Factory details

Authors: – Wim Taymans ,David Holroyd

Classification:Codec/Payloader/Network/RTP

Rank – secondary

Plugin – rtp

Package – GStreamer Good Plug-ins

Pad Templates

sink

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

Presencealways

Directionsink

Object typeGstPad


src

application/x-rtp:
          media: audio
        payload: [ 96, 127 ]
     clock-rate: [ 1, 2147483647 ]
  encoding-name: L24
       channels: [ 1, 2147483647 ]

Presencealways

Directionsrc

Object typeGstPad


The results of the search are