[android-developers] Extracting AMR data from RTP payload

2012-02-13 Thread NITIN
Hi I ave captured a pcap form my android device on Wireshark. Now, I have the RTP payload having the AMR content. I have extracted the raw RTP packets and now I want to convert that raw data into the AMR file which can be played on any player. Just by adding the Header and magic number is not

Re: [android-developers] Extracting AMR data from RTP payload

2012-02-13 Thread Sumedh Jiwane
RTP describes different payload format for different codecs. You can study the RTP payload format for AMR codec and retrieve the data. You can use available RTP de-packetizer if you are using any multimedia framework. Regards, Sumedh On Mon, Feb 13, 2012 at 8:34 PM, NITIN nitinkumgo...@gmail.com