simpleWebRTC signalmaster - setting a signaling + STUN and TURN

1.8k views Asked by At

I used simpleWebRTC as a kind of multi video app.

Now I need to set up a signaling server. The problem: I have no node knowledge.

Possible solutions:

  1. is there a solution in PHP? (yea... probably not....)

  2. is there some service? ( I did try Xirsys - did not connect successfully to there Stun and Turn + they do not specify a signaling server. looked up Twilio and PubNub - did not find documentation on simply connecting to signaling, Stun, Turn - without building everything through their system)

  3. Is there some simple recipe for setting up signalmaster on node - for someone with no real understanding in node?

1

There are 1 answers

1
LeeSylvester On

XirSys have a bunch of demo's at https://github.com/xirdev/xsdk. This provides both a standalone signalling demo and a demo of SimpleWebRTC connected to both XirSys TURN servers and XirSys signalling.

I hope this helps?