Skip to content

Instantly share code, notes, and snippets.

@andrewl3wis
Created January 24, 2014 02:59
Show Gist options
  • Save andrewl3wis/8591356 to your computer and use it in GitHub Desktop.
Save andrewl3wis/8591356 to your computer and use it in GitHub Desktop.
Quick and Dirty Script to stream Youtube on Raspberry Pi
#!/bin/bash
stream=$(youtube-dl -g $1)
omxplayer $stream -o hdmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment