Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 422 Bytes

File metadata and controls

18 lines (13 loc) · 422 Bytes

twitch-stream-cli

Stream on twitch.tv with this FFMPEG node.js application!

Usage

  • 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 or npm run config.
  • Install packages with npm i or yarn
  • Lastly, run the applicaton like this: node .