With the new openssl 3.0 on upstream, you need openssl-1.1 (also in upstream) for version 3.1.74 to work.
Search Criteria
Package Details: acestream-engine-stable 3.1.49-6
Git Clone URL: | https://aur.archlinux.org/acestream-engine-stable.git (read-only, click to copy) |
---|---|
Package Base: | acestream-engine-stable |
Description: | P2P utility for multimedia live streaming and file transfer (stable version) |
Upstream URL: | http://acestream.org/ |
Licenses: | custom |
Conflicts: | acestream-engine |
Provides: | acestream-engine |
Submitter: | digitalone |
Maintainer: | digitalone |
Last Packager: | digitalone |
Votes: | 8 |
Popularity: | 0.000009 |
First Submitted: | 2019-02-28 14:01 (UTC) |
Last Updated: | 2020-02-08 18:21 (UTC) |
Dependencies (5)
- net-tools (net-tools-debian-ifconfig, net-tools-git)
- python2-apsw
- python2-setuptools
- pygtk (optional)
- python2-libappindicator (optional)
Required by (4)
- acestream-launcher (requires acestream-engine) (optional)
- acestream-proxy (requires acestream-engine)
- acestream-proxy-git (requires acestream-engine)
- mpv-acestream (requires acestream-engine)
Sources (4)
maxpayne3 commented on 2022-11-06 20:34 (UTC)
maxpayne3 commented on 2022-10-15 21:13 (UTC) (edited on 2022-10-22 18:37 (UTC) by maxpayne3)
So install python37
from AUR, then download this package and replace PKGBUILD
with this one.
Install the package, makepkg -sri
. Then install the missing dependencies:
sudo PYTHONNOUSERSITE=1 python3.7 -m ensurepip --upgrade
sudo PYTHONNOUSERSITE=1 python3.7 -m pip install certifi PyNaCl pycryptodome apsw lxml
If you have python-pip
from upstream, reinstall it (since python3.7 ensurepip had overwritten it).
p.s. It's working in memory cache mode as systemd service. For graphical mode I suppose you have to install PyGObject and PyQtWebEngine modules.
yiyo commented on 2022-10-06 19:27 (UTC)
New version 3.1.74 for Ubuntu 18.04, requires Python 3.7, and also needs the following modules to run, that have to be installed via pip in Python 3.7: certifi PyNaCl pycryptodome apsw lxml PyGObject PyQtWebEngine
maxpayne3 commented on 2022-09-25 10:54 (UTC)
Anyway, when testing, keep in consideration you need also other modules listed in requirements.txt
, like pycryptodome
.
maxpayne3 commented on 2022-09-25 10:51 (UTC)
It's likely you need the 3.7 module. All python modules in upstream repo are 3.10. Until devs keep releasing on Ubuntu 18 this issues are never resolved. On Arch it's better to keep builds for even older python 2.7. At least they work.
qark commented on 2022-09-25 10:38 (UTC)
I installed python37
and rebuilt this package from https://download.acestream.media/linux/acestream_3.1.74_ubuntu_18.04_x86_64_py3.7.tar.gz
But still can't launch:
Traceback (most recent call last):
File "<entry>", line 9, in <module>
File "core/Core.pyx", line 25, in
ModuleNotFoundError: No module named 'certifi'
python-certifi
is installed.
maxpayne3 commented on 2022-09-24 20:39 (UTC)
New version 3.1.74 is out, but unfortunately it runs on python 3.7 which is old and not compatible with upstream 3.10.
Maybe python37
on AUR can be installed, but I can't test it on my system because of a key issue during install.
Otherwise there's still the version on python 2.7. No luck for Acestream on Arch.
maxpayne3 commented on 2022-09-23 10:28 (UTC)
Python2 removed from upstream. Please any volunteers, adopt this package and update it with the following PKGBUILD that has minimal dependencies on python2 packages having ony setuptools
. apsw
is extracted internally and copied under acestream folder lib.
qark commented on 2022-02-12 15:25 (UTC)
Tio commented on 2022-02-12 15:16 (UTC)
Failed to build acestream-engine.
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading http://acestream.org/downloads/linux/acestream_3.1.49_ubuntu_18.04_x86_64.tar.gz
Aborting...
Failed to build acestream-engine
Pinned Comments
digitalone commented on 2019-04-08 13:01 (UTC) (edited on 2020-03-26 13:48 (UTC) by digitalone)
I created this package because acestream-engine was upgraded to a beta version and I wanted to stay on the stable one.
This is a more user-friendly package of AceStream Engine. It contains:
a desktop entry to launch the GUI from applications menu (you need to install pygtk and python2-libappindicator)
a service file to launch the engine as a systemd service (acestream user will not be shown on the login display manager)
This will be upgraded following only stable versions.
To start the engine, just select AceStream Engine from applications menu and an icon should appear in the system tray.
Alternatively, you could use the systemd service:
start it with
sudo systemctl start acestream-engine.service
or enable it at boot,
sudo systemctl enable acestream-engine.service
As system service there's no icon in the system tray, but the engine is launched in memory cache mode: cache data is stored into RAM rather than disk.
Enjoy.