是否有任何支持 RTMP 的 FFMPEG 静态构建(在我的情况下为 linux CentOS)下载链接(--enable-librtmp
)?我试图建立一个,但它不成功。
问问题
3218 次
1 回答
1
FFmpeg 下载页面有几个静态构建的链接:
Burek 的内核 3.2.x+ 支持 32 位和 64 位。Relaxed 支持内核 2.6.26 的 64 位。Burek 提供更频繁的更新。
来自 Burek 的旧版本:
$ ./ffmpeg -protocols
...
Supported file protocols:
Input:
applehttp
cache
concat
crypto
data
ffrtmphttp
file
gopher
hls
http
httpproxy
mmsh
mmst
pipe
rtmp
rtmpt
rtp
srtp
tcp
udp
Output:
ffrtmphttp
file
gopher
http
httpproxy
md5
pipe
rtmp
rtmpt
rtp
srtp
tcp
udp
于 2013-05-16T01:07:52.333 回答