I have made a Github repository for acestream engine extracted from official APK:
You can download latest version here:
If you have not yet registered in Acestream, you can do it here: https://accounts.acestream.net/register
Installation instructions:
[code]
1. Unzip latest release to /opt/acestream
2. Edit androidfs/acestream.engine/acestream.conf: change –login and –password
3. Run /opt/acestream/acestream.start
-OR-
Copy acestream.service to /etc/systemd/system
Enable service to run at boot and start it: systemctl enable acestream; systemctl start acestream
[/code]