Stream on twitch.tv with this FFMPEG node.js application!
-
Install FFMPEG at
https://ffmpeg.org/download.html
and add it to your PATH. -
Create
.env
file like this:
key=STREAM_KEY_GOES_HERE
TWITCH_NAME=bddy
FILE=cool.mp4
- OR run the config command
yarn config
ornpm run config
. - Install packages with
npm i
oryarn
- Lastly, run the applicaton like this:
node .