FFmpeg —— librtmp的安装(linux)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
安装环境
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"
参考
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 年前
更多推荐
已为社区贡献17条内容
所有评论(0)