[Rock3C] Please open H264 hardware encoding/decoding for RK3566

I want to use H264 hardware encoding and decoding capabilities on the Rock3C platform to achieve real-time encoding and decoding of audio and video, and use Rock3C as an automatic control terminal. I have researched some information, as follows:

Here is the link:

Please enable this feature in future img updates. Thank you.

This feature (MPP) is already enabled. The documentation only listed the test tools, which is not needed to have working MPP.

How do I call it now? Can you provide an example?
my version:rock-3c_ubuntu_jammy_cli_b33.img.xz

Please check the MPP sample code: https://github.com/rockchip-linux/mpp/tree/develop/test

Have you been able to get this working? I was able to hardware encode 2 1080P streams with gstreamer. If you are using gstreamer I can walk you though all the steps I used.

yes,I still working. need hardware encode 2 1080P streams,please share this solution for gstreamer ,thank you.

First I installed 3 packages from rockchip
1 : https://repo.rock-chips.com/edge/debian/pool/main/r/rockchip-mpp/rockchip-mpp_1.5.0-8_arm64.deb
2. https://repo.rock-chips.com/edge/debian/pool/main/g/gstreamer1.0-rockchip/gstreamer1.0-rockchip1_1.14-5_arm64.deb

And then ran this command :
sudo gst-launch-1.0 v4l2src device=/dev/video0 ! mpph264enc ! queue! h264parse! mpegtsmux! filesink location=test123.mp4

edit : Only 2 pakages are required. I just did a fresh install and verified it still works.