[SR-Users] rtpengine, turn fallback
Isuru Wijesinghe
isuru.develop at gmail.com
Wed May 6 07:30:55 CEST 2015
Hi All
I'm using rtpengine to in my implementation of webrtc.
In my client side browser I have used following code snippet to configure
stun/turn servers to identify ice candidates and turn fall back.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
var pcConfig = {"iceServers": [
{'url': 'turn:52.6.57.126:3478?transport=tcp'}]};
peerConn = new PeerConnection(pcConfig);
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Am using rfc 5766 turn server
http://code.google.com/p/rfc5766-turn-server/
As long as stun is working my webrtc flow works fine.
I wanted to know how rtpengine support the turn fallback, is there any
configuration required in this case.
Regards
Isuru
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20150506/5f690879/attachment.html>
More information about the sr-users
mailing list