Reputation: 91
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:
is there a solution in PHP
? (yea... probably not....)
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)
Is there some simple recipe for setting up signalmaster on node - for someone with no real understanding in node?
Upvotes: 0
Views: 1811
Reputation: 66
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?
Upvotes: 1