Open v-jibfen opened 3 years ago
需要在项目中进行配置
List
这个是我这边进行优化的参数,还是可以继续优化的,目前可以达到2秒内打开,延迟的话也是2秒以内
希望对你有帮助
是否可以对源码进行修改,优化延迟到300ms
ffmpeg的代码可以也传上来吗,我这边编译不通过: In file included from ./libavutil/internal.h:42:0, from ./libavutil/common.h:467, from ./libavutil/avutil.h:296, from ./libavutil/samplefmt.h:24, from ./libavcodec/avcodec.h:31, from libavformat/avformat.h:319, from libavformat/asf.h:25, from libavformat/asf.c:21: ./libavutil/timer.h:45:5: warning: "HAVE_MACH_MACH_TIME_H" is not defined [-Wundef]
^
In file included from ./libavutil/common.h:467:0, from ./libavutil/avutil.h:296, from ./libavutil/samplefmt.h:24, from ./libavcodec/avcodec.h:31, from libavformat/avformat.h:319, from libavformat/asf.h:25, from libavformat/asf.c:21: ./libavutil/internal.h:115:5: warning: "HAVE_LOCAL_ALIGNED_8" is not defined [-Wundef]
^
./libavutil/internal.h:121:5: warning: "HAVE_LOCAL_ALIGNED_16" is not defined [-Wundef]
^
./libavutil/internal.h:127:5: warning: "HAVE_LOCAL_ALIGNED_32" is not defined [-Wundef]
^
make: *** [libavformat/allformats.o] Error 1
有执行初始化ffmpeg的操作吗 ?
执行了,ffmpeg代码有修改么
没有修改过,我已经上传了所有
我没有遇到过你这个错误,我一直都是按照我上面写的都能正常编译通过。
https://github.com/Bilibili/ijkplayer/issues/4049 你可以看一下这个,你应该是在ubuntu上面编译吧?
是否可以把修改的内容发我一份,我在自己的项目上改,qq 823059782
我也是mac编译的
你说的修改是指什么?
你是执行哪一个语句报错
我执行的是./compile-ffmpeg.sh all, 我现在想加rtsp 截图和录像的功能代码
HAVE_LOCAL_ALIGNED_8 这个参数是你自己加的吗,提示未定义
ffmpeg 相关代码我没有加过,原始就有的
有联系方式可以交流么
加你了
您好,感谢您的源码分享,请问是否针对rtsp做过延迟优化