[Support]: 0.15 Go2rtc continuous drops and reconnect on camera with rotated image #14483
Unanswered
leccelecce
asked this question in
Config Support
Replies: 1 comment 1 reply
-
This is most likely just related to using a newer ffmpeg, you could try some different things:
|
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
-
Checklist
Describe the problem you are having
New error in 0.15 dev.
I have a camera mounted upside down with no ability to rotate the image in-camera, so I use ffmpeg to rotate the image, once for recording, and once with a downsized stream for detection.
Since upgrading I get continuous (every 4s) errors from go2rtc on the rotated and downsized feed:
2024-10-21 16:56:26.247967946 [vf#0:0 @ 0x5573ded67380] Error while filtering: Cannot allocate memory
There's 32GB on this machine and 16GB limit on the Frigate container, which it isn't close to. It's an Intel I7-10700t using the built-in GPU so possibly there is a shared memory limit yet, but I can't get memory stats from the iGPU.
I did have a go at making the downsized feed base itself off the rotated feed (to avoid two sets of rotations) but couldn't get that to work.
Steps to reproduce
n/a
Version
0.15.0-8364e68
In which browser(s) are you experiencing the issue with?
No response
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
No errors in log
Relevant go2rtc log output
Operating system
Debian
Install method
Docker Compose
Network connection
Wired
Camera make and model
Hikvision DS-2CD2086G2-IU
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions