Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viseron can't get the RTSP stream from reolink camera #889

Open
stiriak opened this issue Jan 13, 2025 · 1 comment
Open

Viseron can't get the RTSP stream from reolink camera #889

stiriak opened this issue Jan 13, 2025 · 1 comment

Comments

@stiriak
Copy link

stiriak commented Jan 13, 2025

No description provided.

@webhostsg
Copy link

webhostsg commented Jan 28, 2025

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

Follow the guide from here: https://support.reolink.com/hc/en-us/articles/360007010473-How-to-Live-View-Reolink-Cameras-via-VLC-Media-Player/

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants