Skip to content

Instantly share code, notes, and snippets.

@maraoz
Created July 11, 2015 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maraoz/bf1d7fa98dc1506cb448 to your computer and use it in GitHub Desktop.
Save maraoz/bf1d7fa98dc1506cb448 to your computer and use it in GitHub Desktop.
How to stream a movie from a torrent into a terminal with peerflix+mplayer+libcaca
sudo npm install -g peerflix
peerflix "magnet:?xt=urn:btih:ef330b39f4801d25b4245212e75a38634bfc856e"
TERM=xterm-256color DISPLAY= mplayer -vo caca -quiet http://10.0.0.128:8888/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment