somiibo / twitch-stream

24/7 Livestream for Somiibo on Twitch

Home Page:https://twitch.tv/officialsomiibo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Somiibo Twitch Stream

Changing the background image

Modify the CMD ffmpeg line in Dockerfile.

Testing locally

heroku logs --tail -a=somiibo-twitch-stream
docker build . -t somiibotwitchstream:v1 -f Dockerfile
docker run -a stdin -a stdout -i -t somiibotwitchstream:v1

Notes on using test images

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.

Credits

Made with ♥ by ITW Creative Works x Somiibo.

About

24/7 Livestream for Somiibo on Twitch

https://twitch.tv/officialsomiibo

License:MIT License


Languages

Language:Dockerfile 100.0%