Created
August 28, 2014 18:45
-
-
Save loopymonkey/96634d5cf4415bbc3665 to your computer and use it in GitHub Desktop.
raspberry pi live streaming
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
#!/bin/bash | |
# keeps stream active if ever fails | |
#install livestreamer first | |
while true | |
do | |
livestreamer website.stream best -np 'omxplayer -o hdmi' | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment