Skip to content

Instantly share code, notes, and snippets.

@loopymonkey
Created August 28, 2014 18:45
Show Gist options
  • Save loopymonkey/96634d5cf4415bbc3665 to your computer and use it in GitHub Desktop.
Save loopymonkey/96634d5cf4415bbc3665 to your computer and use it in GitHub Desktop.
raspberry pi live streaming
#!/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