You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Reolink Camera Doorbell (Battery) no issues. My config as follows:
ffmpeg:
camera:
camera_1: # This value has to be unique across all cameras
name: Reolink
host: !secret doorbell_ip # Doorbell IP
port: 554
path: /Preview_01_main #Reolink path either /Preview_01_main or /Preview_01_sub
width: 2048
height: 2048
fps: 15
username: !secret reolink_user
password: !secret reolink_pwd
The RTSP URL should be:
Main Stream: rtsp://admin:password@ip_address/Preview_01_main
Sub Stream: rtsp://admin:password@ip_address/Preview_01_sub
Alternatively, you can also use this URL (Main Stream by default): rtsp://(user name):(password)@(ip address):554/
For example,
if your device IP address is 192.168.0.110 and the password is 111111, then your RTSP URL should be:
Main Stream: rtsp://admin:[email protected]/Preview_01_main
Sub Stream: rtsp://admin:[email protected]/Preview_01_sub
Note: Do not use special characters for your password.
No description provided.
The text was updated successfully, but these errors were encountered: