HermanChen / mpp

Rockchip MPP(Media Process Platfrom)
172 stars 72 forks source link

Build mpp, and gets Segmentation Fault #47

Closed Wazirri closed 2 months ago

Wazirri commented 2 years ago

I build @HermanChen mpp/build/linux/aarch64.

and install mpp/debian librockchip-mpp-dev.install, librockchip-mpp1.install, rockchip-mpp-demos.install, librockchip-vpu0.install

If I give all parameters it gives Seg fault

root@radxa-cm3-io:/home/rock# mpi_dec_test demo.h264 -w 10 -h 10 -t 7 Segmentation fault

if I do not give -t 7 parameters

root@radxa-cm3-io:/home/rock# mpi_dec_test 2022-06-18_15-15-54.mkv -w 10 -h 10
root@radxa-cm3-io:/home/rock#

It does not give any output

HermanChen commented 2 years ago

mpi_dec_test -i demo.h264 即可

Wazirri commented 2 years ago

Sorry, it is working now. With your MPP build.

Now it gives such warning. Can you also help? Thanks

image

image

HermanChen commented 2 months ago

The warning is about the deprecated old timeout control

HermanChen commented 2 months ago

It is just ok