Hello All,
I am a new Home Assistant User. I have a few cameras around my house and I would love to set them up in HA and add some features to them once I get them streaming and working. I currently have them working with ISpy and I have the IP and RTSP stream. I am able to view them on VLC and ISpy.
These are boavision ip cameras I also contacted them thinking I may be using the wrong address for home assistant but I tried all that they gave me so maybe its my config. I’m not to sure…
When I view the stream on VLC the username/password box pops up and I have to enter it for the stream to start. I was thinking maybe that’s my issue that HA is not using my user/pass in the config. Well anyways…
My rtsp addresses I can use according to boa is:
rtsp://10.0.0.24:554/11 or rtsp://10.0.0.24:554/12
In VLC I got it working with:
rtsp://10.0.0.24:554/1/h264major
Here is my config in HA.
Ive tried authentication basic and digest.
stream:
camera:
- platform: generic
name: "Backyard"
still_image_url: none #"http://username:password@10.0.0.24/tmpfs/auto.jpg"
stream_source: "rtsp://10.0.0.24:554/1/h264major" #"rtsp://10.0.0.24:554/12"
username: "username"
password: "password"
verify_ssl: false
authentication: basic
1 post - 1 participant