Skip to content

Instantly share code, notes, and snippets.

@lazywithclass
Created May 17, 2012 15:11
Show Gist options
  • Save lazywithclass/2719554 to your computer and use it in GitHub Desktop.
Save lazywithclass/2719554 to your computer and use it in GitHub Desktop.
fifo for mplayer
mkfifo /tmp/mplayer-fifo
mplayer -shuffle -slave -input file=/tmp/mplayer-fifo *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment