How to extract G711 u-law audio from RTP packets

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to extract G711 u-law audio from RTP packets

shiva varma
Hi
  I have to extract G711 u-law audio from a pcap file. The pcap file has RTP packets with the RTP payload conforming to RFC 3551. I do not see any rtp depay's by description, which can extract G711 u-law audio from RTP packets.
Can someone point me to a way of getting this done.

Thanks
Shiva
Reply | Threaded
Open this post in threaded view
|

Re: How to extract G711 u-law audio from RTP packets

Wim Taymans
On Mon, 2011-01-03 at 12:31 -0800, shiva varma wrote:
> Hi
>   I have to extract G711 u-law audio from a pcap file. The pcap file has RTP
> packets with the RTP payload conforming to RFC 3551. I do not see any rtp
> depay's by description, which can extract G711 u-law audio from RTP packets.
> Can someone point me to a way of getting this done.

rtppcmudepay

Wim
>
> Thanks
> Shiva
>



------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How to extract G711 u-law audio from RTP packets

shiva varma
Hi Wim, Thanks for the response

-Shiva