mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Can it be used on the RV1126 chip? #217
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#217
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 @wgsP on GitHub (Oct 29, 2025).
[root@Rockchip/] uname -a
Linux Rockchip 4.19.111 #3 SMP PREEMPT Thu Sep 4 15:38:06 CST 2025 armv7l GNU/Linux
@nyanmisaka commented on GitHub (Oct 29, 2025):
I don't think so. The RV series uses a special version of MPP, which might be incompatible with this. I have no experience using those chips; you'll need to try it yourself.
@wgsP commented on GitHub (Oct 31, 2025):
It runs very well on the rv1126 device (since testing these days). My device is ARMv7, so I need to compile MPP, RGA, and FFmpeg for ARMv7. The code used is all from the Compilation section in this wiki.
My test:
./ffmpeg -c:v h264_rkmpp -i " rtsp://192.168.1.79:554/stream1&channel=1 " -c:v h264_rkmpp -rc_mode 0 -qp_init 30 -qp_min 30 -qp_min_i 25 -f rtsp rtsp://0.0.0.0:9554/mystream@nyanmisaka commented on GitHub (Oct 31, 2025):
That's great. My concern was about the memory allocator MPP used on RV series.