-
Notifications
You must be signed in to change notification settings - Fork 0
Torrent TV via Ace Proxy
Volodymyr Huz edited this page Sep 9, 2019
·
1 revision
Install and Configure HTTP ACE Proxy to watch torrent TV on any device in your home network at the same time.
Install additional Python modules that required for VLC player working
sudo apt-get install python-psutil python-gevent python-pip vlc
Install VLC player
sudo apt-get install vlc
Install ACE Proxy service
sudo git clone https://github.com/AndreyPavlenko/aceproxy.git /opt/aceproxy
sudo cp /opt/aceproxy/systemd/aceproxy.service /etc/systemd/system
Enable and start ACE Proxy service
sudo systemctl enable aceproxy
sudo systemctl start aceproxy