Google Code Exporter
Google Code Exporter
``` The webrtc2sip is not supposed to have reflexive candidates, since it is not behind a NAT. More precisely, the webrtc2sip and Chrome are on a same private network without...
``` New network trace ``` Original comment by `[email protected]` on 16 Jan 2013 at 10:50 Attachments: - [trace2.pcap](https://storage.googleapis.com/google-code-attachments/webrtc2sip/issue-49/comment-4/trace2.pcap)
``` Very strange because you said that it was working with the previous version. Looks at the code source it looks like the only conditions to stop gathering reflexive candidates...
``` Some news about that issue : I have deactivated STUN server on the browser side (i.e. in the SIPML5), and changed the STUN server IP on the webrtc2sip side...
``` you should try latest code, some ICE issues have been fixed ``` Original comment by `[email protected]` on 27 Feb 2013 at 7:44
``` I tried to install stund (from http://sourceforge.net/projects/stun/) locally and use it with webrtc2sip but I get this error messages bellow from stun server console. Stéphane, could you tell me...
``` Nevermind, I manage to make it work by using user name and password with the right length. STUND requires the lengh of username and password to be a divisible...
``` When I use a system cron scheduled job with @reboot to launch the webrtc2sip, and reboot the server with out logging in, the system seems to work fine. I...
``` Here's my attempt to create an init script. It assumes a webrtc2sip system user which can be created with: adduser --quiet --system --group --disabled-password --shell /bin/false --gecos "webrtc2sip" --home...
``` And you need a file /etc/default/webrtc2sip. I've attached an example. ``` Original comment by `[email protected]` on 24 Apr 2013 at 2:25 Attachments: - [webrtc2sip](https://storage.googleapis.com/google-code-attachments/webrtc2sip/issue-80/comment-3/webrtc2sip)