無法從 ffmpeg 串流到 Icecast

無法從 ffmpeg 串流到 Icecast

我試圖將我的桌面從 ffmpeg 串流到 icacast,但出現錯誤

Unable to find a suitable output format for 'http://admin:crackme@localahost:8000/'
http://admin:crackme@localahost:8000/: Invalid argument

這是我的 CLI

./ffmpeg -probesize 1000M -framerate 60 -video_size 1680x1050 -f x11grab -i :0.0 -f alsa -i default -c:a aac -c:v libtheora http://admin:crackme@localahost:8000/

我已經啟動了我的icecast伺服器/etc/init.d/icecast2 start

編輯

這是我的 CLI

ffmpeg -probesize 1000M -framerate 60 -video_size 1680x1050 -f x11grab -i :0.0 -f alsa -i default -c:a aac -c:v theora -f ogv http://admin:crackme@localhost:8000/a

相關內容