Open GoogleCodeExporter opened 9 years ago
disable ICE reflexive candidates gathering to speed up the process
Original comment by boss...@yahoo.fr
on 7 Nov 2013 at 8:05
I would like to check with you where to disable?
webrtc2sip / jsp page / or softswitch?
I use FS to test and I found asterisk has a patch for disable ICE
reflexive candidates gathering.
what I found is that the local js in chrome speed 10 seconds to waiting but
I can not find ICE reflexive candidates gathering configurations in js.
Thanks.
Original comment by zhujian...@gmail.com
on 12 Nov 2013 at 5:33
I found something in SIPml.js
To disable TURN/STUN to speedup ICE candidates gathering you can use an
empty array. e.g. <i>[]</i>. <br />
Example: <i>[{ url: 'stun:stun.l.google.com:19302'}, {
url:'turn:user@numb.viagenie.ca', credential:'myPassword'}]</i>
but after doing this . Still get 10 seconds delay before remote ring.
2013/11/12 David Zhu <zhujiankai@gmail.com>
Original comment by zhujian...@gmail.com
on 12 Nov 2013 at 5:52
* ice_servers: ("[]"),*
I found it . When it goes to SIP .no ice need.
But another question is that if I want to make video call and need top do
p2p traffic without occupy the server's bandwidth .How can I do it? I think
in the scenario ice is needed. Thanks
2013/11/12 David Zhu <zhujiankai@gmail.com>
Original comment by zhujian...@gmail.com
on 12 Nov 2013 at 7:03
Original issue reported on code.google.com by
zhujian...@gmail.com
on 7 Nov 2013 at 1:39