TouchDesigner / WebRTC-Remote-Panel-Web-Demo

A simple React project that can receive a WebRTC video stream from TouchDesigner and send back mouse and keyboard events.
Other
20 stars 2 forks source link

Better documentation #15

Closed miuratv closed 9 months ago

miuratv commented 10 months ago

Hi, a clearer explanation would be nice: i can't make this connect to nothing, there is no log, no error messages, just nothing that helps to make a working connection.

Having a more precise explanation would be better, since i can make a WebRTC between two Touchdesigner machines without issues.

miuratv commented 10 months ago

Using ws:// prefix instead of wss:// and the standard port makes everything a lot easier.

Also i think that linking this page would be necessary. https://derivative.ca/community-post/experience-webrtc-and-webrtc-remote-panel-new-webrtc-remote-panel-web-demo/67004

jetXS commented 9 months ago

@miuratv apologies I missed this.

443 is the default port for wss. Since the default URI is starting with wss:// it does use the port 443.

Most users would use the already running and available web demo, which is not hosted locally, they would be required to use wss://.

I'll link the page.