"Acestream not installed" error

OK acestream working now but i used docker method
how to:
1. Need to install docker:
You need root so first command sudo su
then

apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
apt-key adv -k 58118E89F3A912897C070ADBF76221572C52609D 
mkdir -p /etc/apt/sources.list.d
echo deb \[arch=armhf\] http://apt.dockerproject.org/repo raspbian-jessie main > /etc/apt/sources.list.d/docker.list
sleep 3; apt-get update; apt-get install -y -q docker-engine

now you have new repository and docker engine run docker deamon systemctl start docker

2.Install acestream

For installing acestream you need put service file acestream.service directory /etc/systemd/system and run with systemd:

curl -sSL https://raw.githubusercontent.com/aaaler/acestreamproxyvlc-pi/master/acestream.service > /etc/systemd/system/acestream.service
systemctl daemon-reload
systemctl enable acestream
systemctl start acestream

After this docker download and install docker-images ,you need wait little bit.Now acestream working port is 62062.