說明
live-torrent
是一個(gè)功能強(qiáng)大的BT Web
客戶端工具,支持BT搜索
和云播
叠赐,我們可以直接使用程序內(nèi)置的引擎搜索查找資源,也可以自行上傳種子文件或磁力鏈接添加任務(wù)巍实,程序支持自動(dòng)識(shí)別種子內(nèi)視頻文件芋类,點(diǎn)擊播放按鈕可以直接在線播放,該程序支持對(duì)接OpenSubtitles
错忱,自動(dòng)給視頻添加字幕
儡率。同時(shí)也提供一個(gè)熱門電影排行榜,并提供對(duì)應(yīng)資源給你播放和下載以清。不過唯一有點(diǎn)小遺憾的就是喉悴,不支持
在線搜索中文資源
,所以中文資源只能自己上傳種子文件進(jìn)行識(shí)別播放下載玖媚。
首頁
播放
手動(dòng)安裝
Github地址:https://github.com/Davenchy/live-torrent
- 安裝NodeJS
#Debian/Ubuntu系統(tǒng)
curl -sL https://deb.nodesource.com/setup_10.x | bash -
apt install -y git nodejs
#CentOS系統(tǒng)
curl -sL https://rpm.nodesource.com/setup_10.x | bash -
yum install nodejs git -y
2.安裝live-torrent
git clone https://github.com/Davenchy/live-torrent
cd live-torrent
#安裝依賴
npm i
#打包運(yùn)行
npm run build
nohup npm start&
裝好后通過ip:3000訪問Web客戶端了。
Docker安裝
- 安裝Docker
#CentOS 6
rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum update -y
yum -y install docker-io
service docker start
chkconfig docker on
#CentOS 7婚脱、Debian今魔、Ubuntu
curl -sSL https://get.docker.com/ | sh
systemctl start docker
systemctl enable docker
- 安裝live-torrent
docker run --restart=always --name live-torrent -d -p 8080:8080 davenchy/live-torrent
然后就通過ip:8080
訪問Web客戶端了。
最后如果你訪問不了Web端障贸,可能要檢查下防火墻端口错森,有安全組的也要放行下相關(guān)端口。