Created
September 20, 2016 03:33
-
-
Save rsheldiii/d31428a591958a15fd0234df5dcdd14a to your computer and use it in GitHub Desktop.
Watch twitch screens on a framebuffer on a raspberry pi with mplayer2
This file contains 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
#!/usr/bin/bash | |
# after running whichever modprobe fbtft_device command | |
sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb1 livestreamer twitch.tv/$1 mobile --yes-run-as-root -v -p 'mplayer --nosound --noass --no-autosub --no-lirc --no-mouseinput --no-mouseinput -vo sdl' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment