This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| # Youtube streaming stuff, original by: https://gist.github.com/olasd/9841772 | |
| # Configuration of stream; pootis bitrate here, resolution will be the video's | |
| VBR="2500k" # Bitrate of ze stream | |
| FPS="24" # FPS of ze stream | |
| QUAL="medium" # Quality preset (ultrafast, superfast, veryfast, faster, fast, medium, slow, slower, veryslow, placebo) | |
| YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2" # URL of ze Youtube, (default is ze main) |