Replies: 1 comment 1 reply
-
Does the camera not have a username + password? In that case you need to leave it out in the config. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
It seems I cannot figure out what I did wrong with the config.yaml. I am trying to setup a Reolink camera 510a. It shows up in the reolink app and on motioneye but I can't seem to find the right documentation.
The server is up and running fine under docker.
Here is my config.yaml:
Start by adding some cameras
ffmpeg:
camera:
camera_1: # This value has to be unique across all cameras
name:
host: 192.168.xxx.xxx
port: 554
path: /h264Preview_01_main
fps: 30
protocol: rtsp
username: user (edited)
password: pwd (edited)
and here is the error message I am getting:
[2023-05-23 22:22:06] [INFO ] [viseron.components] - Setting up domain nvr for component nvr with identifier camera_1
[2023-05-23 22:22:06] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [rtsp @ 0xaaaab23579c0] method DESCRIBE failed: 401 Unauthorized
[2023-05-23 22:22:06] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - rtsp://:@192.168.xxx.xxx:554/h264Preview_01_main: Server returned 401 Unauthorized (authorization failed)
[2023-05-23 22:22:06] [ERROR ] [viseron.components] - Domain camera for component ffmpeg is not ready. Retrying in 10 seconds. Error: FFprobe could not connect to stream. Output: {'error': {'code': -825242872, 'string': 'Server returned 401 Unauthorized (authorization failed)'}}
[2023-05-23 22:22:16] [INFO ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier camera_1, attempt 2
[2023-05-23 22:22:16] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [rtsp @ 0xaaaabca679c0] method DESCRIBE failed: 401 Unauthorized
What am I doing possibly wrong?
-> after setting up a new user at the camera and giving the numbers for width and height, it now works with the following errors:
[2023-05-24 11:30:54] [INFO ] [viseron.components] - Setup of domain nvr for component nvr with identifier camera_1 took 0.0 seconds
[2023-05-24 11:30:54] [INFO ] [viseron.core] - Viseron initialized in 6.8 seconds
[2023-05-24 11:31:16] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] cabac decode of qscale diff failed at 31 61
[2023-05-24 11:31:27] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra4x4 mode -1
[2023-05-24 11:32:00] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra mode, message repeated 2 times
[2023-05-24 11:32:07] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra4x4 mode -1
[2023-05-24 11:32:23] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra mode, message repeated 2 times
[2023-05-24 11:34:03] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra4x4 mode -1, message repeated 4 times
[2023-05-24 11:34:44] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra mode
[2023-05-24 11:34:52] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra4x4 mode -1, message repeated 2 times
[2023-05-24 11:34:59] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra mode
[2023-05-24 11:35:10] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] cabac decode of qscale diff failed at 7 83
[2023-05-24 11:35:33] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] cabac decode of qscale diff failed at 65 107
[2023-05-24 11:36:25] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] cabac decode of qscale diff failed at 48 23
[2023-05-24 11:37:22] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra mode
[2023-05-24 11:37:23] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] cabac decode of qscale diff failed at 16 43
[2023-05-24 11:37:35] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra4x4 mode -1
[2023-05-24 11:39:17] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra mode, message repeated 2 times
[2023-05-24 11:39:18] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] cabac decode of qscale diff failed at 53 41
[2023-05-24 11:40:23] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra mode, message repeated 2 times
[2023-05-24 11:40:28] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra4x4 mode -1
[2023-05-24 11:41:13] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra mode
[2023-05-24 11:41:26] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] cabac decode of qscale diff failed at 29 71
[2023-05-24 11:43:59] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra4x4 mode -1, message repeated 2 times
[2023-05-24 11:44:17] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] cabac decode of qscale diff failed at 4 46
[2023-05-24 11:44:32] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra4x4 mode -1, message repeated 2 times
[2023-05-24 11:44:39] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - [h264 @ 0xaaaabfe50bd0] left block unavailable for requested intra mode
^
Beta Was this translation helpful? Give feedback.
All reactions