-
Notifications
You must be signed in to change notification settings - Fork 0
Torrent TV with ACE Stream using
Volodymyr Huz edited this page Dec 16, 2019
·
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 nano /etc/systemd/system/acestream.service
[Unit]
Description=Acestream Service
After=network.target
[Service]
Type=simple
ExecStart=/opt/acestream/acestream.start
ExecStop=/opt/acestream/acestream.stop
Restart=on-abort
[Install]
WantedBy=multi-user.target
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.