[Camera Support]: go2rtc config for Reolink RLC-520 HA Add-on? #10272
Replies: 4 comments 13 replies
-
I'd suggest updating the firmware using a firmware from https://github.com/AT0myks/reolink-fw-archive |
Beta Was this translation helpful? Give feedback.
-
If I change the config to
removing the "ffmpeg:", it will launch and I can view the webrtc feed in live view.
|
Beta Was this translation helpful? Give feedback.
-
I have switched the go2rtc config over to RTSP stream and appears to be working for now, but I would like to figure out the cause of the issue as http is widely reported as best option for these cameras, and provides access to the "balanced" stream for detect which RTSP can't. Any ideas why the http stream would work when configured directly under camera, but not when under go2rtc? Any advice on how to troubleshoot that more directly? |
Beta Was this translation helpful? Give feedback.
-
Having the exact same problem and have tried the same steps! |
Beta Was this translation helpful? Give feedback.
-
Describe the problem you are having
When using the recommended Reolink config from the docs, I have issues with my RLC-520.
I also have a newer 520A - no issues.
With the 520, in the live/debug view, webrtc never loads, but mse and jsmpeg will.
Events are logged but the video wont play. If I download the event and play back in VLC, there is audio but no video.
The only error thrown in the frigate logs is
[h264 @ 0xffff50011660] sps_id 32 out of range
, nothing from go2rtc.I have enabled and included a full debug log below.
ODroid N2+ running HAOS & add-on.
The config & camera work on my older docker install on a different machine.
If I bypass go2rtc and put the camera URL directly it seems to function.
Any ideas as to where I am going wrong?
Version
0.13.2-6476F8A Home Assistant Add-on
Frigate config file
Relevant log output
FFprobe output from your camera
[1] 1015 [2] 1016 [3] 1017 [4] 1018 [2] Done app=bcs [3] Done stream=channel0_main.bcs [4]+ Done user=hassio root@ccab4aaf-frigate:/opt/frigate# ffprobe version 4.3.6-0+deb11u1+rpt5 Copyright (c) 2007-2023 the FFmpeg developers built with gcc 10 (Debian 10.2.1-6) configuration: --prefix=/usr --extra-version=0+deb11u1+rpt5 --toolchain=hardened --incdir=/usr/include/aarch64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --disable-mmal --enable-neon --enable-v4l2-request --enable-libudev --enable-epoxy --enable-sand --libdir=/usr/lib/aarch64-linux-gnu --arch=arm64 --enable-pocketsphinx --enable-libdc1394 --enable-libdrm --enable-vout-drm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libavresample 4. 0. 0 / 4. 0. 0 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100 [http @ 0xaaaae5175e60] HTTP error 500 Internal Server Error http://10.0.1.21/flv?port=1935: Server returned 5XX Server Error reply
Frigate stats
Operating system
HassOS
Install method
HassOS Addon
Coral version
USB
Network connection
Wired
Camera make and model
Reolink RLC-520
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions