rtpac3depay

rtpac3depay — Extracts AC3 audio from RTP packets (RFC 4184)

Synopsis

struct              GstRtpAC3Depay;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstRTPBaseDepayload
                           +----GstRtpAC3Depay

Description

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

Example pipeline

1
2
3
4