Replies: 1 comment
-
The issue was that the secrets.yaml was misnamed to secrets.yml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i have an issue, 4 Cameras, all work in VLC, the app and others. but not in viseron..
Start by adding some cameras
ffmpeg:
camera:
camera_1: # This value has to be unique across all cameras
name: RLC-510A 1
host: 192.168.178.11
port: 554
protocol: rtsp
path: /h264Preview_01_main
username: !secret camera_user
password: !secret camera_pass
I get the folowing error
FFprobe could not connect to stream. Output: {'error': {'code': -825242872, 'string': 'Server returned 401 Unauthorized (authorization failed)'}}
Beta Was this translation helpful? Give feedback.
All reactions