Skip to content

Instantly share code, notes, and snippets.

@codl
Last active August 29, 2015 14:06
Show Gist options
  • Save codl/74de16cdae0a95922c65 to your computer and use it in GitHub Desktop.
Save codl/74de16cdae0a95922c65 to your computer and use it in GitHub Desktop.
fifo="/tmp/$1"
mkfifo $fifo
youtube-dl "https://youtube.com/watch?v=$1" -o - > $fifo &
omxplayer $fifo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment