2013-05-16 19 views

回答

1

FFmpeg download頁面有鏈接到幾個靜態生成:

Burek的支持32位和64位內核3.2.x中+。 Relaxed支持內核爲2.6.26的64bit。 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 
+0

不過它拋出一個錯誤消息'服務器錯誤: RTMP://xx.xx.xxx.xx/oflaDemo/livestream:操作不允許 '。 Burek的靜態版本的最新版本不包括'--enable-librtmp' –

+0

您在原始問題中沒有提到錯誤消息。 FFmpeg具有本地RTMP支持,因此'--enable-librtmp'通常不是必需的。 – LordNeckbeard