0

Im trying to stream my desktop to icacast from ffmpeg but Im getting an error

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

and here is my 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/

and I have started my icecast server /etc/init.d/icecast2 start

EDIT

Here is my 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

0 Answers0