Skip to content

sparkaccounts/park-stream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%