[Camera Support]: Reolink RLC-81MA Configuration #15984
-
Describe the problem you are havingCan not get video from Reolink RLC-81MA hardwired camera. Version0.14.1-f4f3cfa What browser(s) are you using?Google Chrome Ver: 131.0.6778.265 (Official Build) (64-bit) Frigate config filemqtt:
enabled: false
# The following code is used to reset the Frigate password on reboot and comes from:
# https://github.com/blakeblackshear/frigate/blob/dev/docs/docs/configuration/authentication.md#resetting-admin-password.
# Uncomment, save and reboot.
# Then navigate to the frgate-nvr folder and run the command: docker compose logs | grep Password:
# This command comes from https://pimylifeup.com/raspberry-pi-frigate-nvr/.
# This will show you the new system generated password.
#auth:
# reset_admin_password: True
detectors:
coral:
type: edgetpu
device: usb
ffmpeg: #move the ffmpeg stuff to global level when using go2rtc
#! hwaccel_args: preset-rpi-64-h264 #Enable Hardware Acceleration
input_args: preset-rtsp-restream
output_args:
record: preset-record-generic-audio-copy
go2rtc:
streams:
Front_Door: #change the IP and add user pass to the camera's rtsp info.
- "ffmpeg:http://192.168.0.42/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password#video=copy#audio=copy#audio=opus"
- rtsp://user:[email protected]:8554/h264Preview_01_main
Back_Door: #change the IP and add user pass to the camera's rtsp info.
- "ffmpeg:http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password#video=copy#audio=copy#audio=opus"
- rtsp://user:[email protected]:8554/h265Preview_01_main
# Front_Door_sub:
# - "ffmpeg:http://192.168.0.42:8554/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password"
cameras:
#! Front_Door:
#! enabled: true
#! ffmpeg:
#! inputs:
#! - path: rtsp://127.0.0.1:8554/Front_Door #this is a loopback ip to access the go2rtc stream, after the "/" is the camera name, defined in the go2rtc section. 8554 is the port used for rtsp restream. previously you had 8555, which is not right, that port is for the webrtc stuff, don't worry about that yet.
#! hwaccel_args: preset-rpi-64-h264 #Enable Hardware Acceleration
#! roles:
#! - record
# - path: rtsp://127.0.0.1:8554/Front_Door_sub
# roles:
# - detect
#! detect:
#! enabled: True # Detection is enabled
#! width: 896 #correct sub stream res
#! height: 672 #correct sub stream res
#! fps: 5 #limit the fps that the detector has to detect on.
#! record:
#! enabled: True
#! retain:
#! days: 0
#! mode: all
#! events:
#! retain:
#! default: 30
#! mode: motion
Back_Door:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Back_Door #this is a loopback ip to access the go2rtc stream, after the "/" is the camera name, defined in the go2rtc section. 8554 is the port used for rtsp restream. previously you had 8555, which is not right, that port is for the webrtc stuff, don't worry about that yet.
hwaccel_args: preset-rpi-64-h265 #Enable Hardware Acceleration
roles:
- record
detect:
enabled: True # Detection is enabled
width: 896 #correct sub stream res
height: 672 #correct sub stream res
fps: 5 #limit the fps that the detector has to detect on.
record:
enabled: True
retain:
days: 0
mode: all
events:
retain:
default: 30
mode: motion
version: 0.14 Relevant Frigate log output2025-01-14 09:59:13.838309590 [2025-01-14 09:59:13] ffmpeg.Back_Door.detect ERROR : [rtsp @ 0x55bcb75e20] method DESCRIBE failed: 404 Not Found
2025-01-14 09:59:13.838745936 [2025-01-14 09:59:13] ffmpeg.Back_Door.detect ERROR : rtsp://127.0.0.1:8554/Back_Door: Server returned 404 Not Found
2025-01-14 09:59:14.730234197 [2025-01-14 09:59:14] frigate.video ERROR : Back_Door: Unable to read frames from ffmpeg process.
2025-01-14 09:59:14.730601563 [2025-01-14 09:59:14] frigate.video ERROR : Back_Door: ffmpeg process is not running. exiting capture thread...
2025-01-14 09:59:23.896252436 [2025-01-14 09:59:23] watchdog.Back_Door ERROR : Ffmpeg process crashed unexpectedly for Back_Door.
2025-01-14 09:59:23.896278103 [2025-01-14 09:59:23] watchdog.Back_Door ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-14 09:59:23.896287251 [2025-01-14 09:59:23] ffmpeg.Back_Door.detect ERROR : [rtsp @ 0x55da2c0e20] method DESCRIBE failed: 404 Not Found
2025-01-14 09:59:23.896295751 [2025-01-14 09:59:23] ffmpeg.Back_Door.detect ERROR : rtsp://127.0.0.1:8554/Back_Door: Server returned 404 Not Found
2025-01-14 09:59:24.782555951 [2025-01-14 09:59:24] frigate.video ERROR : Back_Door: Unable to read frames from ffmpeg process.
2025-01-14 09:59:24.782569581 [2025-01-14 09:59:24] frigate.video ERROR : Back_Door: ffmpeg process is not running. exiting capture thread...
2025-01-14 09:59:33.951573597 [2025-01-14 09:59:33] watchdog.Back_Door ERROR : Ffmpeg process crashed unexpectedly for Back_Door.
2025-01-14 09:59:33.951588097 [2025-01-14 09:59:33] watchdog.Back_Door ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-14 09:59:33.951591708 [2025-01-14 09:59:33] ffmpeg.Back_Door.detect ERROR : [rtsp @ 0x558a755e20] method DESCRIBE failed: 404 Not Found
2025-01-14 09:59:33.951594967 [2025-01-14 09:59:33] ffmpeg.Back_Door.detect ERROR : rtsp://127.0.0.1:8554/Back_Door: Server returned 404 Not Found
2025-01-14 09:59:34.794907816 [2025-01-14 09:59:34] frigate.video ERROR : Back_Door: Unable to read frames from ffmpeg process.
2025-01-14 09:59:34.794920686 [2025-01-14 09:59:34] frigate.video ERROR : Back_Door: ffmpeg process is not running. exiting capture thread...
2025-01-14 09:59:44.009034000 [2025-01-14 09:59:43] watchdog.Back_Door ERROR : Ffmpeg process crashed unexpectedly for Back_Door.
2025-01-14 09:59:44.010929883 [2025-01-14 09:59:43] watchdog.Back_Door ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-14 09:59:44.011790168 [2025-01-14 09:59:43] ffmpeg.Back_Door.detect ERROR : [rtsp @ 0x558ca16e20] method DESCRIBE failed: 404 Not Found
2025-01-14 09:59:44.012123312 [2025-01-14 09:59:43] ffmpeg.Back_Door.detect ERROR : rtsp://127.0.0.1:8554/Back_Door: Server returned 404 Not Found
2025-01-14 09:59:44.954913043 [2025-01-14 09:59:44] frigate.video ERROR : Back_Door: Unable to read frames from ffmpeg process.
2025-01-14 09:59:44.955992325 [2025-01-14 09:59:44] frigate.video ERROR : Back_Door: ffmpeg process is not running. exiting capture thread...
2025-01-14 09:59:54.039390589 [2025-01-14 09:59:54] watchdog.Back_Door ERROR : Ffmpeg process crashed unexpectedly for Back_Door.
2025-01-14 09:59:54.040966698 [2025-01-14 09:59:54] watchdog.Back_Door ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-14 09:59:54.040991346 [2025-01-14 09:59:54] ffmpeg.Back_Door.detect ERROR : [rtsp @ 0x55a906ee20] method DESCRIBE failed: 404 Not Found
2025-01-14 09:59:54.041002383 [2025-01-14 09:59:54] ffmpeg.Back_Door.detect ERROR : rtsp://127.0.0.1:8554/Back_Door: Server returned 404 Not Found
2025-01-14 09:59:54.944085791 [2025-01-14 09:59:54] frigate.video ERROR : Back_Door: Unable to read frames from ffmpeg process.
2025-01-14 09:59:54.945028297 [2025-01-14 09:59:54] frigate.video ERROR : Back_Door: ffmpeg process is not running. exiting capture thread...
2025-01-14 10:00:04.100925289 [2025-01-14 10:00:04] watchdog.Back_Door ERROR : Ffmpeg process crashed unexpectedly for Back_Door.
2025-01-14 10:00:04.101764871 [2025-01-14 10:00:04] watchdog.Back_Door ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-14 10:00:04.101778704 [2025-01-14 10:00:04] ffmpeg.Back_Door.detect ERROR : [rtsp @ 0x55a455ce20] method DESCRIBE failed: 404 Not Found
2025-01-14 10:00:04.101782296 [2025-01-14 10:00:04] ffmpeg.Back_Door.detect ERROR : rtsp://127.0.0.1:8554/Back_Door: Server returned 404 Not Found
2025-01-14 10:00:04.909657739 [2025-01-14 10:00:04] frigate.video ERROR : Back_Door: Unable to read frames from ffmpeg process.
2025-01-14 10:00:04.910187380 [2025-01-14 10:00:04] frigate.video ERROR : Back_Door: ffmpeg process is not running. exiting capture thread...
2025-01-14 10:00:14.133151462 [2025-01-14 10:00:14] watchdog.Back_Door ERROR : Ffmpeg process crashed unexpectedly for Back_Door.
2025-01-14 10:00:14.162294682 [2025-01-14 10:00:14] watchdog.Back_Door ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-14 10:00:14.163577981 [2025-01-14 10:00:14] ffmpeg.Back_Door.detect ERROR : [rtsp @ 0x559cf66e20] method DESCRIBE failed: 404 Not Found
2025-01-14 10:00:14.165186386 [2025-01-14 10:00:14] ffmpeg.Back_Door.detect ERROR : rtsp://127.0.0.1:8554/Back_Door: Server returned 404 Not Found
2025-01-14 10:00:15.050679683 [2025-01-14 10:00:15] frigate.video ERROR : Back_Door: Unable to read frames from ffmpeg process.
2025-01-14 10:00:15.051834001 [2025-01-14 10:00:15] frigate.video ERROR : Back_Door: ffmpeg process is not running. exiting capture thread... Relevant go2rtc log output2025-01-14 09:53:53.017581741 09:53:53.017 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:54:03.020431426 09:54:03.020 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:54:13.094572144 09:54:13.094 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:54:23.167606370 09:54:23.167 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:54:33.138080257 09:54:33.137 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:54:43.205315607 09:54:43.205 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:54:53.276969078 09:54:53.276 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:55:03.276121600 09:55:03.275 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:55:13.335182762 09:55:13.335 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:55:23.610404221 09:55:23.609 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:55:33.532190026 09:55:33.532 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:55:43.628770289 09:55:43.628 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:55:53.646228106 09:55:53.646 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:56:03.674868628 09:56:03.674 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:56:13.766481900 09:56:13.766 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:56:24.562694397 09:56:24.562 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:56:33.902184108 09:56:33.901 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:56:43.954831082 09:56:43.954 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:56:53.959662351 09:56:53.959 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:57:03.999272026 09:57:03.999 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:57:14.160645143 09:57:14.160 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:57:24.153035129 09:57:24.152 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:57:34.143879947 09:57:34.143 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:57:44.256832239 09:57:44.256 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:57:54.285041801 09:57:54.284 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:58:04.292893753 09:58:04.292 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:58:14.401348529 09:58:14.401 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:58:24.467789484 09:58:24.467 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:58:34.509596709 09:58:34.509 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:58:44.632939645 09:58:44.632 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:58:54.628537482 09:58:54.628 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:59:04.637621849 09:59:04.637 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:59:14.722793683 09:59:14.721 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:59:24.778500893 09:59:24.778 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:59:34.790996311 09:59:34.790 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:59:44.949521408 09:59:44.949 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 09:59:54.940684242 09:59:54.940 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 10:00:04.906419262 10:00:04.906 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 10:00:15.044319875 10:00:15.043 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door
2025-01-14 10:00:25.080001258 10:00:25.079 WRN [rtsp] error="streams: exec: http://192.168.0.54/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password: Invalid data found when processing input\n, dial tcp 192.168.0.54:8554: connect: connection refused" stream=Back_Door FFprobe output from your cameraffprobe version f3eb622 Copyright (c) 2007-2022 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib --extra-libs='-lpthread -lm -latomic' --arch=arm64 --enable-gmp --enable-gpl --enable-libaom --enable-libass --enable-libdav1d --enable-libdrm --enable-libfdk-aac --enable-libfreetype --enable-libkvazaar --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libssh --enable-libvorbis --enable-libvpx --enable-libzimg --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-nonfree --enable-version3 --target-os=linux --enable-pthreads --enable-openssl --enable-hardcoded-tables
libavutil 57. 17.100 / 57. 17.100
libavcodec 59. 18.100 / 59. 18.100
libavformat 59. 16.100 / 59. 16.100
libavdevice 59. 4.100 / 59. 4.100
libavfilter 8. 24.100 / 8. 24.100
libswscale 6. 4.100 / 6. 4.100
libswresample 4. 3.100 / 4. 3.100
libpostproc 56. 3.100 / 56. 3.100
192.168.0.54: No such file or directory Frigate statsNot sure how to obtain. Operating systemHassOS Install methodDocker Compose Object DetectorCoral Network connectionWired Camera make and modelReolink RLC-81MA Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulIn my config file, I have commented out the Front_Door camera as it is working perfectly. Any and all assistance in getting this configuration would be appreciated. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
dwdonnelly
Jan 15, 2025
Replies: 1 comment 17 replies
-
http-flv is not supported for reolink cameras with resolution > 5MP |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the reference link!
Now to recap:
The problem was configuring the Reolink RLC-81MA camera. The solution was in my use case:
First, I needed to set up the configuration for multiple cameras. Originally, I had only one camera. This required moving code from the global ffmpeg area to within each camera's area.
Second, (With great help from @NickM-27 !! Thank you!)) the specific camera—in this case, the Reolink RLC-81MA—using this reference: https://docs.frigate.video/configuration/cameras was configured.
You need to pay particular attention to the camera type and its requirements. In my case, no FLV, and make sure the correct port(s) is/are identified.
For clarity, the final confi…