microsoft / WebRTC-universal-samples

WebRTC samples for the Universal Windows Platform.
177 stars 71 forks source link

How to build a signalling server on Linux/Win server #63

Open vegetableswim opened 5 years ago

vegetableswim commented 5 years ago

Trying to set up a server with signalling and TURN/STUN

jamescadd commented 5 years ago

Hello, I'd recommend you download the server binary here and run it on a Windows machine. Port 8888 needs to be open as well: https://github.com/Microsoft/WebRTC-universal-samples/tree/master/Samples/PeerCC-Sample/Server

WuGing commented 4 years ago

Hello, I'd recommend you download the server binary here and run it on a Windows machine. Port 8888 needs to be open as well: https://github.com/Microsoft/WebRTC-universal-samples/tree/master/Samples/PeerCC-Sample/Server

Is the source available for the signalling server? Or is there an example you used?

Looking to be able to connect locally P2P as well as potentially non-locally.