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

관련 정보