安装环境

linux版本:

CentOS Linux release 7.7.1908 (Core)

下载安装(RTMP)

进入官网 http://rtmpdump.mplayerhq.hu/ 

通过git下载 

git clone git://git.ffmpeg.org/rtmpdump

通过tar包下载

http://rtmpdump.mplayerhq.hu/download/

 编译&安装

cd rtmpdump
make
sudo make install

 重新编译安装FFmpeg

./configure --enable-gpl --enable-sdl --enable-pthreads --enable-libx264 --enable-libx265 --enable-libmp3lame --enable-librtmp

 

make
sudo make install

问题总结

librtmp not found using pkg-config

解决办法:

export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig/:$PKG_CONFIG_PATH"  

 参考

FFmpeg开发环境构建 

GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐