2

I have captured packets of RTP in Wireshark The captured packets are of .mp3, and now how should I decode these packets, so that I can play them back again in any player?

Is there a way to decode these captured packets, either it be audio or video and make them play again?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
c-vang
  • 61
  • 1
  • 2
  • 14

1 Answers1

1

There is a functionality provided in Wireshark to capture the RTP streams & then decode them and play it.

You can find it in menu Telephony -> RTP. And if you are using an old version of Wireshark then it's possible that this functionality is not present.

I have Wireshark version 1.6.8, and it has such a functionality.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
akp
  • 1,753
  • 3
  • 18
  • 26
  • 1
    I am streaming a .mp3 song from my pc to other pc and on other pc i open this stream and capture its packets in wireshark, save it as .pcap file and try to play it as you said but no success. – c-vang Nov 06 '12 at 10:07