Hi Guys,
I have a smartware IP camera that i am trying to connect to Home Assistant.
First I opened VLC and verified that I can stream the output with following url rtsp://IP:554/live/av0?user=admin&passwd=PASSWORD.
After that I tried the following config in HA, but no matter which options I try I get a authentication failure.
How can I found out if i need the Generic IP Camera or the Generic MJPEG IP Camera integration?
still_image_url is required for the generic IP camera but I don’t know if my camera has that feature
camera:
- platform: generic
name: woonkamer
still_image_url: rtsp://192.168.0.149:554/live/av0
stream_source: rtsp://192.168.0.149:554/live/av0
username: admin
password: PASS
verify_ssl: False