无法从 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

相关内容