alexw914 / RK_VideoPipe

Apache License 2.0
70 stars 10 forks source link

vp_rk_rtsp_src_node 运行异常 #5

Open GDbbq opened 3 months ago

GDbbq commented 3 months ago
alexw914 commented 3 months ago

没遇到过这种,可能跟流或mpp有关。可以开videocodec /mpp_decoder.cpp的日志看下有没有输出。第九行改为#define LOGD printf

GDbbq commented 3 months ago

这个mmp 和 ffmpeg安装哪个版本的呢

alexw914 commented 3 months ago

sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia sudo apt update 这个ppa里面有编译好的ffmpeg,支持ubuntu。github上也有rk修改的版本。

mpp在3rdparty里面有so库

GDbbq commented 3 months ago

我是采用下面这个编译的ffmpeg,ffmpeg命令行能成功运行rkmpp相关的插件,但是编译运行rk_videopipe时,下图的代码不会正常运行,这会是什么原因呢 https://github.com/nyanmisaka/ffmpeg-rockchip image