Streaming Torrent Video Files with VLC (Xubuntu)
- This topic has 0 replies, 1 voice, and was last updated 7 years, 3 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › Streaming Torrent Video Files with VLC (Xubuntu)
Tagged: movies, Streaming, streaming video, Xubuntu
Install Peerflix
1. sudo apt-get install curl
2. curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash –
3. sudo apt-get install nodejs
4. sudo npm install -g peerflix
5. peerflix http://some-torrent/movie.torrent –vlc
http://some-torrent/movie.torrent is the link to your video file that is being shared over a torrent peer. Note that you might have to buffer your videos after they start loading. This involves pausing the video for a bit. Also, do not close the terminal window while the move is playing, or it will stop playing.