Hello I have 4 cameras of this brand that they use an android apk to work and Id like to make them work with home assistant the only user and password they have are through the apk but whenever I try to reach them through a browser these credentials dont work, does anyone have any experience on that matter and how to put them to work with the assistant?
What ports are open on the camera?
this is something that is not referred in the app is there any other way i can see it ? I know the IP address of each camera
nmap is what you need.
ok done nmap found that it works :
http port 80
rtsp port 554
server port 34567 (I think server port)
but how can I use them without credentials ?
anyone can help?
Check this related info: How to trigger automation by mqtt message?
and use this NMAP command: nmap --script rtsp-url-brute -p 554 192.168.1.xxx
in order to found the RTSP url
This URL when working (test using VLC) is calle input
in this documentation: https://www.home-assistant.io/integrations/camera.ffmpeg/
I used this with CVMORE and worked: rtsp://(IP of the camera):554/user=admin&password=uVVx4BAg&channel=1&stream=0.sdp?real_stream–rtp-caching=100