Modify the CMD ffmpeg
line in Dockerfile
.
heroku logs --tail -a=somiibo-twitch-stream
docker build . -t somiibotwitchstream:v1 -f Dockerfile
docker run -a stdin -a stdout -i -t somiibotwitchstream:v1
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 thecolor
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.
Made with ♥ by ITW Creative Works x Somiibo.