muaz-khan / Canvas-Designer

Collaborative, extendable, JavaScript Canvas2D drawing tool, supports dozens of builtin tools, as well as generates JavaScript code for 2D animations.
https://www.webrtc-experiment.com/Canvas-Designer/
MIT License
368 stars 171 forks source link

how to set Stun/turn Server for canvas designer application. #6

Open creedrahul opened 8 years ago

creedrahul commented 8 years ago

I am trying to set the stun/turn server in a windows environment is it possible? if it is possible is there any link or documentation that can help me. The second part is the call to firebaseIO.com from RTCmuliticonnect.js is there any way to avoid this call. My effort is to make canvas collaboration to work under local LAN network.

muaz-khan commented 8 years ago

You can skip/disable firebase using this solution:

There are many alternatives as well:

Following tutorial is having TURN-installation-guide for windows however I am NOT sure if it works:

Whilst testing between two tabs or testing between computers connected on LAN, you don't need a STUN or TURN server. Here is the solution:

connection.iceServers = [];
creedrahul commented 8 years ago

Muaz i have the reliable-signaler app running but i am not getting how to integrate this into the RTCMulticonnect.js in canvas-designer

RamyaAshika commented 5 years ago

Did you fixed this issue? @creedrahul