Skip to content Skip to sidebar Skip to footer
Showing posts with the label Stun

How To Establish Peer Connection In Web App Using Coturn (stun/turn) Server

I'm building a web app for cam broadcasting. I'm using Django for web app and coturn as (ST… Read more How To Establish Peer Connection In Web App Using Coturn (stun/turn) Server

WebRTC, STUN/TURN Not Working Outside LAN

index.html (Offerer) var socket = io.connect('http://127.0.0.1:80'); //socket.io socket.emi… Read more WebRTC, STUN/TURN Not Working Outside LAN