Last update at :2024-06-10,Edit by888u
live-torrent: a Online search cloud broadcasting web client that supports magnet links and seeds
Looking at the name, you can tell that it plays BT resources online. It is very good and somewhat similar to Cloud Torrent – DOUBI. If you are interested, you can pay attention.
Description: live-torrent is a powerful BT Web client tool that supports BT search and cloud broadcasting. We can directly use the program’s built-in engine to search for resources, or we can upload seed files or magnet links ourselves to add tasks. The program supports automatic identification of video files in the torrent, and you can click the play button to play directly online. The program supports docking with OpenSubtitles and automatically adds subtitles to the video. It also provides a popular movie ranking list and provides corresponding resources for you to play and download. However, the only slight regret is that it does not support online search for Chinese resources, so Chinese resources can only be uploaded to identify and play downloaded torrent files.
Screenshot
Manual installation
Github address: https://github.com/ Davenchy/live-torrent
1. Install NodeJS
#Debian/UbuntuSystem curl -sL https://deb.nodesource.com/setup_10.x | bash - apt install -y git nodejs #CentOSSystem curl -sL https://rpm.nodesource.com/setup_10.x | bash - yum install nodejs git -y2. Install live-torrent
git clone https://github.com/Davenchy/live-torrent cd live-torrent #Install dependencies npm i #Package and run npm run build nohup npm start&After installation, access the Web client through ip:3000.
Docker installation
1. Install 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 docker2. Install live-torrent
docker run --restart=always --name live-torrent -d -p 8080:8080 davenchy/live-torrentThen access the Web client through ip:8080.
Finally, if you cannot access the web side, you may need to check the firewall port. If you have a security group, you should also allow the relevant ports.
Here is a CentOS system firewall opening command, such as opening port 3000, which is roughly as follows:
#CentOS 6 iptables -I INPUT -p tcp --dport 3000 -j ACCEPT service iptables save service iptables restart #CentOS 7 firewall-cmd --zone=public --add-port=3000/tcp --permanent firewall-cmd --reload
Article source: https://www.moerats.com /archives/1027/
Recommended site searches: cloud server rental platform, space server, free domain name registration platform, virtual host purchase, registration space, vps server, domain name registration, domain name registration, virtual host evaluation, foreign trade space,
发表评论