Hi,
I bought a camera from aliexpress, -found link on forum.
I am not able to connect it to my home assistant.
Can anybody help me.
This is my current configuration.
ffmpeg:
camera:
- platform: ffmpeg
name: House
input: -rtsp_transport tcp -i rtsp://admin:[email protected]
extra_arguments: -pred 1 -q:v 2
Thanks in advance,
Aage.
Hi, I would prefer two ways of doing that:
then, in both cases you use the ffmpeg component and camera as you previously said:
thanks, found the camera with iSpy as ffmpeg, and url: rtsp://admin:[email protected]:554/12
But still no luck with showing up in HA (hassio)…
did you check HA->Developer tools->Info for any logs?
No, there is nothing in log except asuswrt not running as expected (is scheduled to be fixed in 0.83)
WARNING (MainThread) [haffmpeg.core] FFmpeg isn’t running!
ffmpeg:
camera:
- platform: ffmpeg
name: House
input: -rtsp_transport tcp -i rtsp://admin:[email protected]:554/12
Don’t know why, but now it works, after commenting out extra_arguments…
Thanks for helping with the program verifing the video-stream-url.
kr,
Aage
glad you found it, what I usually do to troubleshoot is the following:
-
check the stream that is correct and working by VLC, Media->Open Network Stream->URL (your camera stream ie rtsp://admin:[email protected]:554/12)
-
check the ffmpeg configuration
-
restart HA