CodingMarius / park-stream

Run a test stream on Twitch with a free heroku dyno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Park stream

Park a Twitch stream on a free heroku dyno. Useful for extension reviews. Streams a test image to a channel 24/7 (well, almost).

Deploy

Note: by default this will deploy as worker on heroku's free tier. This means that it will restart every 24 hours, however it is not affected by the "hybernation" of free dynos. It will however consume free dyno hours.

Changing the test image

The test image that is being streamed can easily be adjusted. By default this uses the smptebars ffmpeg filter. Some alternate filters you could use include:

  • color (add the color param)
  • testsrc2

See the ffmpeg filter docs for a more complete list and detailed documentation of the params.

To change the filter you'd only want to modify the -i param's value, most likely only the word before the = sign.

About

Run a test stream on Twitch with a free heroku dyno

License:MIT License


Languages

Language:Dockerfile 100.0%