Replies: 1 comment
-
Hi @xuzhaorui Did you tried to add '--net=host' in docker command ? Best regards |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've deployed the WebRTC-Streamer in Docker on my host machine. On the host machine itself, I am able to both access and successfully stream the RTSP video. However, when accessing the stream from other computers within the same local network (LAN), the interface is reachable, but the video stream fails to load and remains stuck in a loading state indefinitely.
This suggests that while the web service is accessible over the network, there may be issues related to WebRTC peer-to-peer communication or firewall restrictions for specific ports required for the media stream to function properly.
Could this be a configuration issue with the WebRTC-Streamer parameters, Docker's networking setup, or possibly a firewall issue? Any guidance on how to resolve this would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions