kclyu / rpi-webrtc-streamer

This repo's objective is providing something like Web Cam server on the most popular Raspberry PI hardware. By integrating [WebRTC](https://webrtc.org/native-code/) and Raspberry PI, we can stream the Raspberry camera feed to browser or native client which talks WebRTC.
Other
626 stars 108 forks source link

Connecting to static public LTE IP #133

Open ZacharyLowell opened 3 years ago

ZacharyLowell commented 3 years ago

I am trying to use the pi zero connected to a static IP LTE modem (via usb) - and when I go to view the stream between the peers on my computer and the pi zero - I get the following popup when I hit connect on the cite to view the stream:


Error during connect wss://XXX.XXX.XX.XX:8889/rws/ws


I cant think that this is an issue with a STUN or TURN ordeal since it is a static IP address provided by the mobile network provider. Any solution?

Thanks