-
Notifications
You must be signed in to change notification settings - Fork 0
Torrent TV with ACE Stream using
Volodymyr Huz edited this page Nov 4, 2018
·
3 revisions
sudo apt-get install git
sudo git clone https://github.com/sshmanko/acestream-armv7.git /opt/acestream
Optionally you can enter your Ace Stream account settings
sudo nano /opt/acestream/androidfs/acestream.engine/acestream.conf
--login
enter your email hear
--password
enter your password here
--access-token
anytoken
Configure Ace Stream work as daemon service and start on boot
sudo cp /opt/acestream/acestream.service /etc/systemd/system
sudo systemctl enable acestream
sudo systemctl start acestream
sudo systemctl status acestream
AceStream Web Interface url - http://192.168.1.100:6878/webui/app/anytoken/server#proxy-server-settings, my Raspberry Pi has 192.168.1.100 local network address, you need to use your own.