BTFSLinux
安装 BTFS
BTFS 存在于大多数 Linux 发行版的默认仓库中。
在 Arch Linux 及其变体上,运行以下命令来安装 BTFS。
$ sudo pacman -S btfs
在Debian、Ubuntu、Linux Mint 上:
$ sudo apt-get install btfs
在 Gentoo 上:
# emerge -av btfs
Linuxbrew[1]
$ brew install btfs
用法
lscatcpvlcmplayer
创建一个目录来挂载 torrent/magnet 链接:
$ mkdir mnt
挂载 torrent/magnet 链接:
$ btfs video.torrent mnt

cd 到目录:
$ cd mnt
然后,开始观看!
$ vlc <path-to-video.mp4>
给 BTFS 一些时间来找到并获取网站 tracker。一旦加载了真实数据,BTFS 将不再需要 tracker。

要卸载 BTFS 文件系统,只需运行以下命令:
$ fusermount -u mnt
现在,挂载目录中的内容将消失。要再次访问内容,你需要按照上面的描述挂载 torrent。
BTFS 会将你的 VLC 或 Mplayer 变成爆米花时间。挂载你最喜爱的电视节目或电影的种子文件或磁力链接,然后开始观看,无需下载整个种子内容或等待下载完成。种子或磁力链接的内容将在程序访问时按需下载。
https://www.ostechnix.com/btfs-a-bittorrent-filesystem-based-on-fuse/
作者:SK[2]lujun9972[3]geekpi[4]wxy[5]
免费提供最新Linux技术教程书籍,为开源技术爱好者努力做得更多更好:https://www.linuxprobe.com/
文章来源: 使用 BTFS 在线观看种子视频