Skip to content

RTPSession and Azure Web Apps #1333

Closed Answered by sipsorcery
hiagotakaki asked this question in Q&A
Discussion options

You must be logged in to vote

The BIG difference is you are now getting a public IPv4 ICE candidate from the remote peer. If you check your previous traces you'll notice the equivalent of the line below is missing. I suspect you added a STUN server to your browser webrtc config.

2025-02-26T11:56:58.5476800Z RTP ICE Channel received remote candidate: 2433181933 1 udp 1685724927 177.100.219.19 57355 typ srflx raddr 192.168.0.11 rport 57355 generation 0

The most likely reason some attemtps work and some don't is NAT on the network your browser is sitting on. To amke that relibale you'll need to use a TURN server at one of the end points. A TURN server is not ideal as it acts as a middleman for your webrtc media packets b…

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@sipsorcery
Comment options

@hiagotakaki
Comment options

@hiagotakaki
Comment options

@sipsorcery
Comment options

Answer selected by hiagotakaki
@hiagotakaki
Comment options

@hiagotakaki
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants