Can't play back RTP stream (blank) but RTP packets are there.

asked 2022-08-26 21:38:33 +0000

ericjaakkola gravatar image

I can see all the SIP packets and UDP/RTP packets in the packet list. (G711) Analyze voip calls shows the list of calls. If pick one and hit play back audio, after it processes the file it comes back blank. If I change the display filter to include the UDP port the packets are on and click on a sample packet and hit telephony -> rtp -> rtp player it will add that stream to the RTP player. I have to repeat the process for each updated stream after every re-invite.

One "unusual" thing about these streams is the source audio is not the same IP address as the source SIP invite. The invite header specifies a different IP address for audio.

edit retag flag offensive close merge delete

Comments

Can you update the question with the output of wireshark -v or Help->About Wireshark:Wireshark.

Chuckc gravatar imageChuckc ( 2022-08-26 23:08:49 +0000 )edit

And if you could share a sample capture file (via a file share site. Not a screenshot) that would be nice too.

Jaap gravatar imageJaap ( 2022-08-27 11:44:50 +0000 )edit

It is perfectly valid to have SIP traffic from A to B on port 5060 and agree to do RTP from C to D. The main point is here that the RTP stream must match the exact set of IP addesses and ports that SIP agreed upon.

If NAT happen somewehere on the line then you could be in a heap of trouble depending o wht the NAT device will do with ports and the port information of the SIP traffic.

In order to investigate you should measure on all relevant endpoints of IP connnections. Which in your case wouuld be 3 if I read your information correctly.

hugo.vanderkooij gravatar imagehugo.vanderkooij ( 2022-08-27 13:53:44 +0000 )edit