This website requires JavaScript.
Explore
Help
Register
Sign In
zhangwei
/
RtspDecoderByFFmpeg
Watch
1
Star
0
Fork
You've already forked RtspDecoderByFFmpeg
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
main
RtspDecoderByFFmpeg
/
README.md
422 B
Raw
Permalink
Blame
History
Unescape
Escape
RtspDecoderByFFmpeg
基于FFmpeg制作的多路视频RTSP拉流解码库
解码工具库
目录结构
app 编译结果 (动态库+调用demo
)
lib 编译出来的动态库
cmake
RTSPDecoder 解码库源码
编译
依赖库版本
cmake 3.10+
cuda 12.1
cudnn
FFmpeg 4.4.5
Opencv 4.9
编译方式
mkdir build && cd build cmake .. make -j10 # 可选 make install