rtpL16pay
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-1.0 -v audiotestsrc ! audioconvert ! rtpL16pay ! udpsink
This example pipeline will payload raw audio. Refer to the rtpL16depay example to depayload and play the RTP stream.
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──GstRTPBasePayload ╰──GstRTPBaseAudioPayload ╰──rtpL16pay
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: S16BE
         layout: interleaved
           rate: [ 1, 2147483647 ]
       channels: [ 1, 2147483647 ]
src
        application/x-rtp:
          media: audio
        payload: [ 96, 127 ]
     clock-rate: [ 1, 2147483647 ]
  encoding-name: L16
       channels: [ 1, 2147483647 ]
application/x-rtp:
          media: audio
  encoding-name: L16
        payload: 10
     clock-rate: 44100
application/x-rtp:
          media: audio
  encoding-name: L16
        payload: 11
     clock-rate: 44100
The results of the search are