rtpac3pay

rtpac3pay — Payload AC3 audio as RTP packets (RFC 4184)

Synopsis

struct              GstRtpAC3Pay;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstRTPBasePayload
                           +----GstRtpAC3Pay

Description

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

Example pipeline

1
2
3
4