I recently bought Besder IP Camera, the box said it’s model 6024PB-I101. I want to configure it so it’s accessible form home assistant user interface. I’ve read confirmed camera and configurations here. Then i realized that my camera is not listed over there, so i go to iSpy camera database over here.
On the camera database, i found several details like models, type, protocol, and path. With VLC player, i can stream my camera using address below
rtsp://admin:[email protected]/user=admin_password=tlJwpbo6_channel=1_stream=0.sdp
Then i try to configure my configuration.yaml file as below, but i can’t get my camera entities. Is there any solutions what should i do? Should i add still_image_url, but how? Thanks.
camera:
- platform: ffmpeg
stream_source: rtsp://admin:[email protected]/user=admin_password=XRU3bzHp_channel=1_stream=0.sdp
name: cctv_01