rtpL8pay
Payload raw audio into RTP packets according to RFC 3551. For detailed information see: http://www.rfc-editor.org/rfc/rfc3551.txt
Example pipeline
 gst-launch -v audiotestsrc ! audioconvert ! rtpL8pay ! udpsink
This example pipeline will payload raw audio. Refer to the rtpL8depay example to depayload and play the RTP stream.
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──GstRTPBasePayload ╰──GstRTPBaseAudioPayload ╰──rtpL8pay
Factory details
Authors: – Wim Taymans 
Classification: – Codec/Payloader/Network/RTP
Rank – secondary
Plugin – rtp
Package – GStreamer Good Plug-ins
Pad Templates
sink
        audio/x-raw:
         format: U8
         layout: interleaved
           rate: [ 1, 2147483647 ]
       channels: [ 1, 2147483647 ]
src
        application/x-rtp:
          media: audio
        payload: [ 96, 127 ]
     clock-rate: [ 1, 2147483647 ]
  encoding-name: L8
       channels: [ 1, 2147483647 ]
The results of the search are