Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

acestream-launcher function with last 32bit version? #22

Closed
penguin31 opened this issue Jun 20, 2018 · 1 comment
Closed

acestream-launcher function with last 32bit version? #22

penguin31 opened this issue Jun 20, 2018 · 1 comment

Comments

@penguin31
Copy link

penguin31 commented Jun 20, 2018

I arrived to install acestream engine 3.1.6 on MX Linux and Sparky Linux 64 bit.With acestream-engine running on background a started acestream-launcher to play ace streams. Works perfectly.The method is described here:
https://forum.mxlinux.org/viewtopic.php?p=452024&sid=5e36d2b8336bb20940391d69c844798b#p452024
I wanted also to install it on MX Linux 32 bit and Sparky Linux 32 bit. The latest acestream engine for Debian 32bit is version 3.0.2 and can be downloaded here:
http://dl.acestream.org/debian/7/acestream_3.0.2_debian_7.6_i686.tar.gz
or
http://dl.acestream.org/ubuntu/14/acestream_3.0.3_ubuntu_14.04_i686.tar.gz.
I used the same method described for version 64 bit. Script file start_engine is missing on version 32 bit.Because I did not know how to start acestream engine,I copied it from 64 bit. Follow is Start_Engine,sh file
+++++++++++++++++++++++
#!/bin/sh
ROOT=$(readlink -f $(dirname $0))
LD_LIBRARY_PATH=${ROOT}/lib ${ROOT}/acestreamengine --lib-path $ROOT "$@"
++++++++++++++++++++++++
Some packages need to be installed also, as desrcibed here https://aur.archlinux.org/packages/acestream-engine-i686/

python-m2crypto
python-apsw
python3-apsw
python3-lxml
python3-setuptools
python-typing

I arrived to start acestream-engine with command:
/opt/acestrem/Start_engine acestreamengine --client-console --bind-all
and with acestreamengine running on background, the next step :

acestream-launcher acestream://b7a25312cd8bd517e2a5c3a97eee6b4d0ebef451
(this stream is a functional stream on this moment), gives me this error :
Stream unavailable!

Exiting...
Is acestream-launcher valid for the version acestream-engine 32 bit (3.0.2)?

@jonian
Copy link
Owner

jonian commented Jun 20, 2018

Hi, as it states in the readme:

Since v1.0.0 acestream-launcher uses Acestream Engine HTTP API that is available on acestream-engine v3.1 or later.

So to make it work with acestream-engine 3.0.2 you should use the latest version before v1.0.0 from here https://github.com/jonian/acestream-launcher/archive/v0.5.0.zip.

@jonian jonian closed this as completed Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants