However, I’m a bit stumped. One of the first things I need to do is find the RTSP url of the camera, but I’m not sure how to locate it. Has anyone else here set up this particular camera before?
Looks as You need to know the default user and password fot that device.
You can try in the user manual, contacting SAT or googling.
Ah, “Onvif Manager” software (I have it for windows) can detect compatible onvif cameras and the stream url !
The URL would be as rtsp://user:pass@camera_ip:554/rtsp_live0
I hope this help to help you
I have just advertise that You wrote:“camera_ip:8554/rtsp_live0”
:8554 ? Is correct or a mistake?
I just bought a Tenda CP6. The RTSP address should be the same for CP3/CP6/CP7 but may vary depending on the firmware. Support center sent me these info:
RTSP URL, max resolution 2560x1440p 15 fps:
rtsp://admin:[email protected]:8554/profile0
RTSP URL, max resolution 640x360p 15 fps:
rtsp://admin:[email protected]:8554/profile1
None of these worked for me. Then I used Shinobi in docker, added ONVIF camera, the cam was automatically detected (and all the associated details listed) and the real URL is: rstp://my-ip/tenda
Now I can use VLC or other software like Synology Surveillance Station to record the stream.
You can use port forward to point to your cams:
Ext-ip:9001 - > cam1-internal-ip:8554
Ext-ip:9002 - > cam2-internal-ip:8554
Ext-ip:9003 - > cam3-internal-ip:8554
Ext-ip:9004 - > cam4-internal-ip:8554
Then you should be able to reach all devices via external ip. If you don’t have a static ip address provided by ISP you can use some DynDNS services.
I have a Tenda CP7 but I am not able to integrate it into hombridge… due the stream is running properly via the rtsp link (rtsp://admin:[email protected].***:8554/profile1)… anybody who can help me out?