Can it be used on the RV1126 chip? #217

Closed
opened 2025-12-23 10:36:15 +01:00 by backuprepo · 3 comments
Owner

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

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
backuprepo 2025-12-23 10:36:15 +01:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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.

@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.
Author
Owner

@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

@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`
Author
Owner

@nyanmisaka commented on GitHub (Oct 31, 2025):

That's great. My concern was about the memory allocator MPP used on RV series.

@nyanmisaka commented on GitHub (Oct 31, 2025): That's great. My concern was about the memory allocator MPP used on RV series.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/ffmpeg-rockchip#217
No description provided.