This is the source code of the live stream playing fire crackling in my youtube channel live [https://www.youtube.com/c/KorryKatti] .
Just deploy it and install the flask package
make a .env file with stream key also ( KEY = "YOUR STREAM KEY" )
To change the video change the video.mp4 file
Thats it
just write this in it : KEY = "YOUR STREAM KEY"
git clone https://github.com/korrykatti/omy-live-stream-source/
cd omy-live-stream-source
pip install flask
- make a .env file
- in the .env file make a variable
KEY
- Here is the format for the .env file :
KEY = "YOUTUBE STREAM KEY"
- Save the .env file
- then run
python main.py
- Tested to work only on linux