-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
streaming URL doesn't work #172
Comments
can you try what happens if you remove ubiquity cameras and only keep the printer camera? |
Still nothing. Just says "Connecting" |
I found an odd behavior.. When I have all four cameras configured, the 4th camera shows a black screen with a big "connecting..." in the center. |
This is normal behaviour, rpisurv removes dead cameras. Can you post some debug logs, I suspect something wrong the http probe in combination with your specific camera |
Alternatively and maybe easier is to first try putting disable_probing_for_all_streams: to True and restarting, is the problem still there? |
This was with disable probing set to true.
|
is this still an issue? |
I have three Ubiquiti cameras streaming wonderfully. I wanted to add the stream from my 3D printer camera.
If I open the command line and type
vlc http://10.0.0.110:8080/?action=stream
it opens VLC and displays the stream.But if I add it to the rpisurv config, that camera never connects.
I'm not really understanding what the issue is. As a test I changed the URL to an image on that same server and it displayed it without issue so the connectivity is there. Any ideas?
Thanks.
The text was updated successfully, but these errors were encountered: