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

Playback mp3 rtp packets

0

Hi,

I have captured rtp packets containing mp3 data. I would like to play them back. I have already tried several things but with no success (e.g saving payload as raw data).

I hope someone can help me finding a solution.

Thanks in advance.

asked 25 Apr '14, 03:02

jpa's gravatar image

jpa
16226
accept rate: 0%


One Answer:

1

You can't do that directly with Wireshark as the RTP player does not support MP3. You can try to use one of the following tools (both written in Perl) to extract the RTP data and the play it with your preferred MP3 player software, if the extraction creates a valid MP3 file !!

http://wiki.wireshark.org/RtpDumpScript
http://cpansearch.perl.org/src/SULLR/Net-Inspect-0.303/tools/rtpxtract.pl

See also my answer to a similar question

http://ask.wireshark.org/questions/21193/extracting-rtp-payload-and-dumping-to-a-ts-file

Regards
Kurt

answered 26 Apr '14, 12:02

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

Hi Kurt,

Thanks for your hints, I'm gonna try.

Regards, Julien.

(28 Apr '14, 02:45) jpa