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 |
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.