Replies: 1 comment 3 replies
-
|
Something doesn't seem right with the config you're providing. the logs complain of |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have Frigate working as a Docker in Unraid.
I have a working Home Assistant VM through Unraid with the Frigate Proxy addon.
Frigate works fine with two other brands of cameras, however my Dahua refuses to do anything else but "green screen". It has previously worked, but I don't know at what point it broke.
I have the simple config below, with no extra hardware arguments.
The rtsp line works fine with VLC and also within HA using the Custom WebRTC Camera card.
The camera also works fine within a web browser.
Also below are the log lines.
I'm frustrated, so any pointers gratefully received thanks.
Paul
Garden: #dahua IPC-T5442TM-AS-3.6mm
ffmpeg:
inputs:
# HiRes Stream
- path: rtsp://admin:xxxxxx@10.10.40.60:554/cam/realmonitor?channel=1&subtype=0
roles:
- rtmp
- record
[2022-11-10 12:48:30] frigate.video ERROR : Garden: Unable to read frames from ffmpeg process.
[2022-11-10 12:48:30] frigate.video ERROR : Garden: ffmpeg process is not running. exiting capture thread...
[2022-11-10 12:48:40] watchdog.Garden ERROR : Ffmpeg process crashed unexpectedly for Garden.
[2022-11-10 12:48:40] watchdog.Garden ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
[2022-11-10 12:48:40] ffmpeg.Garden.detect ERROR : [rtsp @ 0x55f9f5b06b40] method DESCRIBE failed: 404 Not Found
[2022-11-10 12:48:40] ffmpeg.Garden.detect ERROR : rtsp://admin:xxxxxxx@10.10.40.60:554/cam/realmonitor?channel=1&subtype=2: Server returned 404 Not Found
[2022-11-10 12:48:40] frigate.video ERROR : Garden: Unable to read frames from ffmpeg process.
[2022-11-10 12:48:40] frigate.video ERROR : Garden: ffmpeg process is not running. exiting capture thread...
Beta Was this translation helpful? Give feedback.
All reactions