Wowza Community

Question Regarding WebRTC Turn Server Integration

In using the Wowza WebRTC trial I would like to my STUN/TURN server. In certain situations we need to use a turn server. How do I configure a turn server in Wowza? I notice there was a brief mention of putting it in the webrtcIceCandidateIpAddresses property but there was no documentation of what the format should be.

Thanks,

Tim McClure

Hello,

Wowza uses STUN(not full STUN yet) and does not support TURN. If you need multiple IP address you can use a Pipe | symbol to add each one. You can only do TCP or UDP since Full STUN is not supported yet.

webrtcIceCandidateIpAddresses

55.55.55.55,tcp,1935|55.55.55.54,tcp,1935

String

Regards,

JasonT

Hi Tim

I want somewhat same requirement of integrating turn server as on our network udp is blocked and firefox does not allow me to stream using webrtc over tcp. Have you managed to achieve the above in some way?

Whether Wowza started to support TURN? If so, how to configure? If not, will Wowza support TURN in the future?

I am also very interested to know this. Wowza support, please comment.