I have an issue related to the AMR codec in RTP.
I have RTP capture in pcap form having the AMR-NB and AMR-WB codecs.
Now, using the RTP stream analysis, i have extracted the raw output but I am not able to play that extracted raw output in any of the player.
Is there any way i can play that raw output or decode it and it save it raw format or re-encode it to some other format?
Regards Nitin
Wireshark does not do the conversion necessary to convert the RTP AMR payloads into the storage format used by .amr files (for playing by audio applications)
RFC 4867 describes the various payload and storage formats. I'd recommend that you read this to become familiar with the different formats. Then you will need to do the following steps:
I have pasted some example Python code that does the payload conversion here