Closed tovil closed 5 years ago
uCibar is kind enough to explain the outline. If you need more, it may be helpful to googling WebRTC signaling related materials.
https://github.com/kclyu/rpi-webrtc-streamer/issues/69#issuecomment-476348111
Thanks, his bridge idea is nice. I'll try it.
Hi, I'm trying to move the signaling server to the cloud so webrtc-streamer and the web client will connect to the same endpoint in the cloud (e.g. example.com/ws).
I've tried to change rws_ws_url inside webrtc_streamer.conf and when I click on connect at the web, I get:
I assume that webrtc-streamer connects to its ws server internally? Can you point me to the relevant peace of code that I can change in order achieve my goal?
Thanks.