Skip to content

Instantly share code, notes, and snippets.

@mikerr
Last active April 20, 2018 20:55
Show Gist options
  • Save mikerr/2c32e16d5757104c5aa0ef6f2bb262a7 to your computer and use it in GitHub Desktop.
Save mikerr/2c32e16d5757104c5aa0ef6f2bb262a7 to your computer and use it in GitHub Desktop.
play youtube from ssh
#!/bin/bash
export DISPLAY=:0
youtube-dl -q -f 17 -o- $1 | mplayer -zoom -x 320 -y 210 -
#usage: ./youtube.sh https://youtu.be/watch=cgchcjk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment