Livestreamer bootstrapped to save streams to file using Alpine.
docker pull vanaxe/livestreamer-alpine
docker run -it --rm -e 'TWITCH_OAUTH_TOKEN=1234' -v $HOME/Desktop:/srv/output vanaxe/livestreamer-alpine https://www.twitch.tv/typositoire
$LIVESTREAMER_DEFAULT_SOURCE
— The quality of stream to try and fetch$LIVESTREAMER_OUTPUT_FILE
— Where to write the file and the name of the file$TWITCH_OAUTH_TOKEN
— Keep it safe, keep it secret
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D