This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How to Play EVRC/AMR based packets in a pcap capture

0

Hello, I have a pcap capture which has EVRC and AMR RTP packets. I want to be able to play those packets.

One of the ways i was thinking this could be possible is by: Extracting AMR/EVRC packets from the pcap. Converting it to PCMU and than playing it using a audio player. Can someone please suggest me the possible ways? and steps to accomplish so?

Thanks for considering my request and i really appreciate your feedback.

Thanks!!

asked 10 Nov '14, 17:11

learnday's gravatar image

learnday
11112
accept rate: 0%

I have been able to play AMR RTP packets in the RTP player using the opencore-amr library. That library is distributed under the apache licence, so I assume that code can't be committed to the public sources.

(11 Nov '14, 08:16) MartinM