Hi, if you have a Linux server with ffmpeg installed you can use a simple command line to stream your pre-recorded video and run it for multiple videos...
from your YouTube Live dashboard
Set things like the stream name and monetisation. At the bottom of the page, you can see ENCODER SETUP. Grab the server URL and stream name/key from there (by pressing the
Reveal button).
Encoder setup: Get the server URL and key
Now open the terminal and use the following command:
ffmpeg -i <inputFilePath> -f flv SERVER_URL/KEY
Here is an example.
Server URL: http://rtmp//a.rtmp.youtube.com/live2/
Key: nandakumar96.7mwj-vh6r-45ru-6eqq
Command:
ffmpeg -i /tmp/a.flv -f flv rtmp://a.rtmp.youtube.com/live2/nandakumar96.7mwj-vh6r-45ru-6eqq
@chk4hoa contact me if you need my help