rtpL8pay2

Payloads raw 8-bit audio into RTP packets as per RFC 3551.

Example pipeline

 gst-launch-1.0 audiotestsrc wave=ticks ! rtpL8pay2 ! udpsink host=127.0.0.1 port=5004

This will generate an 8-bit raw audio test signal and payload it as RTP and send it out as UDP to localhost port 5004.

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstRtpBasePay2
                    ╰──GstRtpBaseAudioPay2
                        ╰──GstRtpLinearAudioPay
                            ╰──rtpL8pay2

Factory details

Authors: – Tim-Philipp Müller

Classification:Codec/Payloader/Network/RTP

Rank – marginal

Plugin – rsrtp

Package – gst-plugin-rtp

Pad Templates

sink

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

Presencealways

Directionsink

Object typeGstPad


src

application/x-rtp:
          media: audio
  encoding-name: L8
     clock-rate: [ 1, 2147483647 ]

Presencealways

Directionsrc

Object typeGstPad


The results of the search are