Package Details: acestream-engine 3.1.74-3

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
Submitter: Scimmia
Maintainer: qark
Last Packager: qark
Votes: 128
Popularity: 0.036266
First Submitted: 2013-04-11 21:20 (UTC)
Last Updated: 2023-10-14 12:36 (UTC)

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.

Latest Comments

1 2 3 4 5 6 .. 21 Next › Last »

MarsSeed commented on 2024-01-31 14:48 (UTC)

@DavTheRaveUK, have you tried the more up-to-date *acestream-engine-py3?

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?