Without Password Authentication
rtsp://{{ cameraIp }}:554/video1
Copy
Replace the IP address with your actual camera address. Ensure access from the same local network.
With Password Authentication (Web Admin Credentials Required)
rtsp://username:password@{{ cameraIp }}:554/video1
Copy
⚠️ Replace username and password with your Web admin interface credentials.
Example: rtsp://admin:password123@192.168.0.105:554/video1