How Do I YouTube Live Stream a Pre-Recorded Video?

Total noob...how do I use it? I downloaded it and got a folder with a bunch of files, but can't even figure out how to get the program to run.
 
that is a command line utility, open a shell in the ffmpeg folder edit that command to your needs
Code:
ffmpeg -re -i file.flv -acodec copy -vcodec copy -f flv rtmp://$server/$streamkey
and press enter and it will start to stream your video.
 
Back
Top