2016年2月19日 星期五

直接使用 Peerflix 來看 BT 種子的串流影片

直接安裝 peerflix
yaourt -S peerflix
安裝完以後就可以透過 command line 來下載串流看影片

peerflix http://some-torrent/movie.torrent --vlc
如果你不想用 vlc 也可以用 mplayer
peerflix http://some-torrent/movie.torrent --mplayer 
如果你不想用 vlc 也不想用 mplayer 那就直接下這個指令就好
peerflix http://some-torrent/movie.torrent
然後在 terminal 中會出現如下的文字
open vlc and enter http://192.168.22.163:42995/ as the network address
把網址貼到你想使用的播放軟體中收看即可 IP位址與 port 每次可能都會有所不同 如果你要使用本地端的種子檔案也是可以的
peerflix somevideo.torrent
  如果你想要讓 firefox 可以直接點擊 torrent 便可以直接收看影片的話 可以用下面的方法 先安裝以下的程式
sudo pacman -S vlc xterm wget
yaourt -S python-libtorrent-rasterbar
  如果你想要用 firefox 透過 vlc 來播放影片 先安裝Torrent-Video-Player
wget https://raw.github.com/hotice/webupd8/master/Torrent-Video-Player -O /tmp/Torrent-Video-Player
sudo install /tmp/Torrent-Video-Player /usr/local/bin/
接著透過 firefox 點擊 torrent 檔 然後使用 /usr/local/bin/Torrent-Video-Player 來開啟這個檔案 如果你想要使用 Magnet(磁力連結) 你可以安裝 Magnet-Video-Player
wget https://raw.github.com/danfolkes/Magnet2Torrent/master/Magnet_To_Torrent2.py -O /tmp/Magnet_To_Torrent2.py
sudo install /tmp/Magnet_To_Torrent2.py /usr/local/bin/

wget https://raw.github.com/hotice/webupd8/master/Magnet-Video-Player -O /tmp/Magnet-Video-Player
sudo install /tmp/Magnet-Video-Player /usr/local/bin/ 
一樣也是透過 firefox 點擊 magnet 然後使用 /usr/local/bin/Magnet-Video-Player 來開啟

參考來源 :

沒有留言 :

張貼留言