-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no connection to rtsp other then from localhost. #110
Comments
I might be having the same issue. It's hard to tell whether or not it's some fiddly firewall/router setting. VLC TestingOn a Windows PC:
On a Linux PC:
And the log message:
The "network is unreachable" part makes me think that it is one of two firewalls or a router, and that we could use a tutorial on which ports to enable where. Port testingNext, I tested whether it was the hostnames or something else. Windows PC:
Linux PC:
Windows PC:
From this, it looks to me like ports are open and something else is going on. |
I opened port 80 on the server. And this worked:
But VLC still doesn't. It fails with:
And the log message:
Wireshark says that VLC sent this message:
And an RTSP reply was never received. |
It also worked with a computer vision library I'm playing with. So there's something about VLC? |
turn off multicast That solved it for me for both vlc and ffmpeg accessing the rtsp stream from other devices |
I had same issue on VLC with no connect on local win10 PC.but the stream works perfectly in android streaming device and iPad . Has to be something with firewalls |
i cant connect over my network to the rtsp stream other then from localhost.
Tried:
with/without user auth (both work on localhost)
changing port
turning off windows firewall.
no AV installed (firewall).
fresh os on new test bench.
eliminated router went ethernet cable from pc to pc, and manually assigned ip addresses.
still rtsp stream only visible on localhost of obs pc.
OBS 27.2.3
RTSP-Server 2.2.1
doing a port forward and a port test online. shows:
Success: I can see your service on 123.456.789.0 on port (554)
so the server is running and is visible on the port. from outside localhost.
The text was updated successfully, but these errors were encountered: