RTSP stream in Home Assistant #255
Unanswered
CodeFatherG
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I have a similar goal to you. This discussion is a few months old, but I posted a similar issue here and we found that running the previous release v0.6.2 helped. It's possible there are new issues with using gstreamer that are on the I haven't settled on a configuration just yet, but using v0.6.2 I was able to add a Generic Camera in Home Assistant and use the rtsp stream, secure connection disabled, no credentials. I could add the camera to a dashboard, click to open it, and view the stream without issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! End goal is to use mqtt for state and rtsp for live view.
I am having trouble streaming this.
As per a previous discussion, vlc seems to timeout during connection. I was trying to get this running in home assistant somehow and from research was going to use the ffmpeg integration.
When I execute
ffmpeg -i 'rtsp link'
in terminal the docker logs show the following,Is there a recommended HA integration or even ffmpeg configuration I am missing to get the stream to work?
Is #253 possibly related causing timeouts?
Compose
Config
Beta Was this translation helpful? Give feedback.
All reactions