parker
parker copied to clipboard
Remote feed input from mobile on different IP Address not getting fed to the ui
I am facing a problem where if my mobile phone is on different network than my laptop where https://parker-oxedoms-projects.vercel.app/vision is running then the call is not going through. Sometimes when the connection says "Connected" as well, then also my UI does not render the video.
Is anyone else facing this issue, how can this be fixed.
Hi, this project uses free PeerJS Google STUN servers, so connectivity isn't always 100% reliable. I recommend either:
- Setting up your own TURN/STUN servers for more stable connections
- Retrying the connect button if it fails initially
Connection reliability can vary by location and network conditions. I experienced more issues in India than elsewhere, likely due to network topology or NAT configurations.