-
1:您的项目和官方ffmpeg-rtsp的项目区别在哪,为什么我能编译并运行通过您的项目,但是官方的跑不通
2:您项目中的ffmpeg拉流是否也采用mpp,也就是您的ffmpeg是否也是rk-ffmpeg,非官方的修改版本。
3:麻烦您给多路解码给一点建议,点通我就好。谢谢您
-
I'm currently setting up Frigate on a RK3588 NAS, and i've come accross an FFMPEG instance ran by frigate that didn't use the internal media processing hardware (very high cpu usage compared other vid…
-
Hi all
Ive been working on a project for my Orange pi 5 Plus for computer vison and wanted to use the HDMI input for real time video input without network pipelining. from all my testings ive come …
-
Hi all
Ive been working on a project for my Orange pi 5 Plus for computer vison and wanted to use the HDMI input for real time video input without network pipelining. from all my testings ive come …
-
Error at line 127: can not find h264_rkmpp encoder! (res=-1)
Error at line 671: init encoder failed! (res=-1)
释放回收资源:
段错误
用了魔改的ffmpeg还是出现不支持h264_rkmpp 编码
-
在我通过mpi_dec_test解码H265文件时出现如下报错
![3fb0eb26bccf7118a6721ed44cc37d5](https://github.com/user-attachments/assets/2c2c90b5-c376-4fad-ac85-add8be942215)
同时内核信息出现如下报错
![d63ee56127836900c231a5eff83a72e](h…
-
ffmpeg unable to decode h264 stream with `h264_rkmpp` decoder.
Command I use:
```
ffmpeg -y -benchmark -t 30 -analyzeduration 1000000 -probesize 1000000 -fflags +igndts -hwaccel drm -hwaccel_device…
-
目前使用mpp,从ffmpeg不断拉去h.264码流,然后一直调用decode_put_packet灌入,但是会出现!MPP_OK,请问是否有灌入的速度限制或者容量限制? 因为灌入的处理不及时,会导致ffmpeg出现掉帧的情况,下面是日志信息?请问这操作流程有什么问题?
[rtsp @ 0x7f7401e390] max delay reached. need to consume pack…
-
陈工您好:
我有几个问题请教,说一下前提。我目前手里3588是讯为的,拉取最新的mpp,可以执行测试程序。
第一:我想在rk3588上面主要做编解码开发,我通过./mpi_dec_test 测试性能基本满足,是不是意味着我板子上面的rga库是可以正常使用的,之前在3568上面开发因为rga驱动问题踩过坑。
第二:我测试了./mpi_dec_multi_test 32路 1…
-
Hi @nyanmisaka,
How far along do you think this branch is? Fully functional, mostly functional...?
I want to start upstreaming it. Could you please rebase to master, perform the fixups, and do s…