langzhining / webrtc2sip

Automatically exported from code.google.com/p/webrtc2sip
0 stars 0 forks source link

No media #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
steps to reproduce the problem :

1.Call webrtc2sip with sipml5 from internet
2.SIP is correctly established (register and call successful)
3.No media coming to sipml5

This work fine when on local network

I assume that Stun is not sufficient as my firewall is restricted cone. This 
configuration needs a TURN server.

How to handle that ? Can webrtc2sip act as a TURN server ?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by bruno...@gmail.com on 12 Feb 2013 at 2:46

GoogleCodeExporter commented 9 years ago
I use Webrtc2sip 2.2.0 on linux unbuntu 12.04.1 LTS

Original comment by bruno...@gmail.com on 12 Feb 2013 at 8:26

GoogleCodeExporter commented 9 years ago
webrtc2sip already act as a TURN server.
A TURN server must not be placed behind a NATTed network. Place webrtc2sip 
where you expect your TURN server to be and all will work as expected. Try, the 
hosted server (sipml5.org) to confirm if it's a NAT issue or not.

Original comment by boss...@yahoo.fr on 12 Feb 2013 at 1:50