I’m having an issue with an LSC camera recently added to Gladys.
Indeed, the RTSP stream is available:
but it looks like this in Gladys:
Any idea?
I’m having an issue with an LSC camera recently added to Gladys.
Indeed, the RTSP stream is available:
Hi @GBoulvin
Could you give us Gladys’ logs?
Have you double-checked the URL used?
Good catch on the logs, there is indeed a set of errors… But the one causing the problem is at IP 192.168.1.178…
DELETED
Edit: the previous log wasn’t up to date for an unknown reason. And now, zero errors about the camera…
The address is correct and the stream is not available « live » from Gladys (but it is from VLC)
Poor formatting of the RTSP stream, I suppose…
Wasn’t there a similar topic recently?
Yes!
Are you getting the same errors?
No, no error at all, not even in the logs. Just a corrupted image. It’s not frozen — you can see variation in the pixels when the lighting changes, but that’s all…
Ok, for info we use ffmpeg in Gladys to play a video stream.
If you ever tinker with the CLI a bit, you can have fun playing with ffmpeg to see if you can get your camera to work with it (there are plenty of tutorials on the internet)
But in my opinion your camera is low quality and must be sending a non-standard RTSP stream that is not read correctly by ffmpeg. VLC is probably very lax with the implementation, but I know ffmpeg is very strict.