Youtube livestream tool ( not OBS )

chk4hoa

BANNED
Joined
Jul 23, 2018
Messages
43
Reaction score
14
Hi, i'm looking for anyone can provice livestream tool base on website, it mean i just log in website -> put video link and livestream, website have VPS to livestream 24/24. Please contact me if you have.
 
i think you can find those services it if you search for "streaming in the cloud"

like anvato.com/products/live-streaming/
or cloud.google.com/solutions/media-entertainment/use-cases/live-streaming/
 
Why not OBS? You can use stream it on the cloud as well. Just search 'OBS hosting' in Google. ou will get plethora of service providers. Contact them and have a word with them.
 
I have linux based tool for this, because I've tried OBS can't run in VPS and it can't run multiple stream so I code the tools. All you need is streaming key and video. This tool can work in multiple stream also.
 
Hi, i'm looking for anyone can provice livestream tool base on website, it mean i just log in website -> put video link and livestream, website have VPS to livestream 24/24. Please contact me if you have.
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
 
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
do you have a code for windows and it can loop automatically?
 
Back
Top