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