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

How to decode Vivox format RTP to sound?

0

Hi community, I'm currently playing Overwatch by Blizzard Entertainment. It uses Vivox sound sdk to provide Team Chat function. I captured some 300 seconds of in-game chat stream,and want to decode it. Sadly Wireshark 2.2.5(on Windows 10) can't decode this "Vivoxvani"(RTP Payload Type 126 and 127) RTP stream. Can anyone help me on this issue? Thanks.

asked 01 Apr '17, 21:41

Breakshadow's gravatar image

Breakshadow
6113
accept rate: 0%


One Answer:

1

What you'll have to do (without knowing the specifics of this codec) is to save the raw RTP payload and post process that into audio. Wireshark itself have very little codec support, besides straight up PCM A-law/u-law.

answered 02 Apr '17, 03:59

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%

Thanks. But it seems that wireshark cannot correctly address the whole RTP stream. It is cut partially,and cannot be save fully as raw. Because Vivox RTP seems strange, the payload type changes from 127 to 126, and to some other numbers. That seems not good.

(03 Apr '17, 03:38) Breakshadow