@DavTheRaveUK, have you tried the more up-to-date *acestream-engine-py3?
Search Criteria
Package Details: acestream-engine 3.2.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/acestream-engine.git (read-only, click to copy) |
---|---|
Package Base: | acestream-engine |
Description: | Ace Stream engine |
Upstream URL: | https://acestream.org |
Keywords: | broadcast broadcasting decentralized livestream p2p peer-to-peer streaming |
Licenses: | custom:ACE Stream |
Submitter: | Scimmia |
Maintainer: | qark |
Last Packager: | qark |
Votes: | 130 |
Popularity: | 0.034121 |
First Submitted: | 2013-04-11 21:20 (UTC) |
Last Updated: | 2024-04-24 18:32 (UTC) |
Dependencies (2)
- python310AUR
- python-installer (python-installer-gitAUR) (make)
Required by (2)
- acestream-launcher (optional)
- mpv-acestream
Sources (10)
- acestream-engine-3.2.3.tar.gz
- acestream-engine.desktop
- acestream-engine.service
- https://files.pythonhosted.org/packages/cp310/a/apsw/apsw-3.45.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- https://files.pythonhosted.org/packages/cp310/c/cffi/cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- https://files.pythonhosted.org/packages/cp310/l/lxml/lxml-5.2.1-cp310-cp310-manylinux_2_28_x86_64.whl
- https://files.pythonhosted.org/packages/cp35/p/pycryptodome/pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- https://files.pythonhosted.org/packages/cp36/p/PyNaCl/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
- https://files.pythonhosted.org/packages/py3/s/setuptools/setuptools-69.5.1-py3-none-any.whl
- LICENSE
MarsSeed commented on 2024-01-31 14:48 (UTC)
qark commented on 2024-01-31 07:15 (UTC)
Have you tried upstream support forum https://forum.acestream.media/ ?
DavTheRaveUK commented on 2024-01-31 05:21 (UTC) (edited on 2024-01-31 05:23 (UTC) by DavTheRaveUK)
Hello, I have had a good around the internet before coming here and asking for some help.
So, I would like to record an Acestream stream.
I have tried various command-line variations but have had no luck:
< acestream-launcher acestreamID -p "mpv --record-file=/home/dave/Desktop/acestreamtestrecord1.mp4" >
< acestream-launcher -p "mpv --stream-/home/dave/Desktop/acestreamtestrecord2.mp4" acestreamID >
qark commented on 2023-11-27 17:22 (UTC)
Actually it's https://aur.archlinux.org/packages/python2-urllib3 issue. It depends on removed packages.
To workaround this issue one can build python2-urllib3
using makepkg's --nocheck
flag.
DavTheRaveUK commented on 2023-11-27 14:10 (UTC) (edited on 2023-11-27 14:13 (UTC) by DavTheRaveUK)
Tried to build package but got the following build errors: could not satisfy dependencies:
-
unable to satisfy dependency 'python2-pytest-freezegun>=0.4.0' required by python2-urllib3
-
unable to satisfy dependency 'python2-tornado' required by python2-urllib3
-
unable to satisfy dependency 'python2-trustme' required by python2-urllib3
-
unable to satisfy dependency 'python2-urllib3' required by python2-requests
-
unable to satisfy dependency 'python2-requests' required by acestream-engine
Denzy7 commented on 2023-10-08 19:42 (UTC)
I extracted 3.1.75 and yay -S python38
. Then installed python-pip
, then pip --python /bin/python3.8 install -r requirements.txt
in the extracted dir. from there just symlink acestreamengine binary to /usr/bin
then use acestream-launcher to launch streams
maxpayne3 commented on 2023-09-13 21:26 (UTC) (edited on 2023-09-13 21:33 (UTC) by maxpayne3)
I'm now on the python 3.7 version, but I can tell you that python2-requests
was never installed when I used the old one on python 2.7. What is the requests module needed for?
Update: Okay, I took a look at it. The old 3.1.49
did not need the requests module. The current one needs it. It's the 3.1.74
on python 3.7 that does not have the requests module.
qark commented on 2023-09-13 21:16 (UTC)
What are those _libsymlinks lines doing?
Reduce package size.
Is requests module really necessary?
Sure.
maxpayne3 commented on 2023-09-13 07:31 (UTC)
@qark No, it seems good. I gave a look at the PKGBUILD. What are those _libsymlinks
lines doing?
The past PKGBUILD had a workaround to remove the dependency on apsw
.
Is requests
module really necessary?
qark commented on 2023-09-13 07:03 (UTC)
The stable package deleted on AUR had a systemd service to start the engine in RAM memory only mode <...>. It would be appreciated to restore it.
I copied unit file from acestream-engine-stable
. Does it need improvement in this part?
Pinned Comments
qark commented on 2023-09-12 21:18 (UTC)
Please stop flagging package as out-of-date until there is stable version, not alpha, beta, RC or whatever.