mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
vpp_rkrga filter causes hang and memory leak when using drm_prime #222
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#222
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BlackJulySnow on GitHub (Nov 12, 2025).
Summary
When using the
vpp_rkrgafilter, ffmpeg hangs (no further progress), and memory usage continues to grow. After forcibly terminating withCtrl+C, the memory is not released.Environment
Command
Video file
Behavior
Ctrl+C, the memory is not released until reboot.Expected behavior
Additional info
rga_api version 1.10.4_[1]vpp_rkrgafilter, encoding works fine.@nyanmisaka commented on GitHub (Nov 12, 2025):
There are thousands of users running the same commands here. If such a significant leak were to occur, I couldn't possibly have missed it immediately.
Check your own kernel version and MPP/RGA kernel driver version; as far as I know, OrangePi almost never updates them.
For reference, this is the latest RK BSP kernel version used by Armbian:
It is strongly recommended that you switch to it instead of using the outdated version from two years ago, which contains many unknown bugs.