[Camera Support]: Reolink RLC-1212A (ffmpeg 8.0) #21037
Replies: 2 comments 21 replies
-
|
Based on your logs and configuration, I can see several issues that may be causing the excessive memory usage with your Reolink RLC-1212A camera: Primary IssuesHTTP-FLV Stream Problems
The camera is returning RTSP Stream Errors Recommended Solutions1. Switch to RTSP Protocol go2rtc:
streams:
front_yard_camera:
- rtsp://stream:[email protected]/Preview_01_main
front_yard_camera_sub:
- rtsp://stream:[email protected]/Preview_01_sub2. Check Camera Firmware Settings
3. Verify Shared Memory Size 4. Simplify Your Configuration cameras:
front_yard_camera:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/front_yard_camera
hwaccel_args: preset-intel-qsv-h265
roles:
- record
- path: rtsp://127.0.0.1:8554/front_yard_camera_sub
roles:
- detectThe memory spike you're experiencing is likely caused by ffmpeg repeatedly attempting to connect to a failing HTTP-FLV stream, creating multiple stuck processes that consume RAM until the system crashes. Switching to RTSP should resolve this issue. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
I just tested, and the same thing happens when I do an rtsp stream instead of http-flv, it runs out of memory and crashes. I even took all my other cameras out of the config and just have this one and the same thing happens. There must be something going on with this stream that frigate does not like. Any ideas on how I can help track this down? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I have the latest (as of 11/24) version of ffmpeg 8 on my frigate box and it's working great for all my other reolink cameras except one. When I view the dashboard, or try to load up this camera in live view my system goes from using around 4Gb of RAM to 12 (max I set it to have) until it crashes.
Can you help me track down how to get this camera working with http-flv and ffpmeg 8.0?
I've also included a video showing how quickly this goes sideways.
https://github.com/user-attachments/assets/102f9f25-63bc-4a49-bd20-f67a79345349
Version
0.16.2-4d58206
What browser(s) are you using?
Chrome Version 142.0.7444.176 (Official Build) (64-bit)
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Frigate stats
No response
Operating system
Other Linux
Install method
Docker Compose
Object Detector
Coral
Network connection
Wired
Camera make and model
Reolink RLC-1212A
Screenshots of the Frigate UI's System metrics pages
doesn't update before it crashes.
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions