Hello Guys,
I am trying to connect my ONVIF camera on Hassio but something goes wrong: on the front-end i got the message “image not available”.
I used the following configuration on “configuration.yaml”:
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
camera:
- platform: onvif
host: 192.168.1.61
user: admin
port: 554
My camera video stream is on:
rtsp://192.168.1.61:554/stream1
What did I do wrongly? I haven’t any error into the log…
Ale
carbuthn
(Charles Arbuthnot)
2
Does your camera require a password?
I have no password, i tried to add password tag keeping it empty but I got an error
Somehow that component has no tests
Oh! thx @robmarkcole this is not good…
I found also this additional setting using ffmpeg components instead onvif:
camera 1:
- platform: ffmpeg
ffmpeg_bin: /usr/bin/avconv
name: Camera
input: -rtsp_transport tcp -i rtsp://admin:@192.168.1.61/stream1
extra_arguments: -pred 1 -q:v 2
Do someone test it?
Ale
Did you ever solve this? I’ve the same problem - empty password.