rtpamrdepay

rtpamrdepay — Extracts AMR or AMR-WB audio from RTP packets (RFC 3267)

Synopsis

struct              GstRtpAMRDepay;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstRTPBaseDepayload
                           +----GstRtpAMRDepay

Description

Extract AMR audio from RTP packets according to RFC 3267. For detailed information see: http://www.rfc-editor.org/rfc/rfc3267.txt

Example pipeline

1
2
3
4