How To Convert RTP into WAV file

From TBwiki
Revision as of 08:14, 18 June 2018 by Nicole Tan (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sometimes we need to convert the RTP packets extracted from Wireshark into .wav file, so anyone can listen the call easily for troubleshooting audio issue. Below describe the steps to convert the RTP streams into .wav audio file:

Contents

Open the extracted SIP/RTP capture of the call you want to analyze with wireshark

Go to Telephony -> RTP -> RTP Streams

Telephony RTP RTP Streams.png


Click “Analyze” button

Analyze.png


Save it to “Unsynchronized Forward Stream Audio”

Save.png


And Save as type: Raw

Save Raw.png


Now you have the rtp streams in raw format. You can use a free tool called Audacity to reformat it to .wav file

Use Audacity to reformat it to .wav file

Import the raw data to Audacity

Audacity Import.png


Export it and change the encoding and Sample rate

Export.png Change Encoding Sample Rate.png


Save it as WAV file

Audacity Import.png

Personal tools