Package Details: mpv-acestream 0.5-2

Git Clone URL: https://aur.archlinux.org/mpv-acestream.git (read-only, click to copy)
Package Base: mpv-acestream
Description: Lua script that adds AceStream protocol handler to mpv player
Upstream URL: https://github.com/Digitalone1/mpv-acestream
Licenses: GPL-3.0-or-later
Submitter: digitalone
Maintainer: None
Last Packager: MarsSeed
Votes: 7
Popularity: 0.24
First Submitted: 2019-04-10 15:25 (UTC)
Last Updated: 2024-04-25 17:19 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Pinned Comments

digitalone commented on 2019-12-31 20:38 (UTC) (edited on 2019-12-31 20:39 (UTC) by digitalone)

I know, you have to make a symlink: ln -s /usr/lib/mpv/mpv-acestream.lua $HOME/.config/mpv/scripts/mpv-acestream.lua

ivanich commented on 2019-12-31 20:21 (UTC)

@digitalone mpv won't load scripts from /usr/lib/mpv/ , I had to put it into ~/.config/mpv/scripts/ instead

Latest Comments

Balku commented on 2024-02-09 13:21 (UTC)

Nevermind. I can now confirm that 'mpv + mpv-acestream + acestream-engine-py3' are working fine.

Balku commented on 2024-02-08 15:33 (UTC)

Hi, I have acestream-engine-py3 3.1.75rc4-4 installed. I did the symlink as per earlier comment. I have this error when trying to open an acestream:

< 'mpv acestream://<acestream hash here> [mpv_acestream] AceStream protocol detected. [ffmpeg] tcp: Connection to tcp://127.0.0.1:6878 failed: Connection refused Failed to open http://127.0.0.1:6878/ace/getstream?content_id=<acestream hash here>. [ytdl_hook] ERROR: [generic] Unable to download webpage: <urllib3.connection.HTTPConnection object at 0x7e390e484690>: Failed to establish a new connection: [Errno 111] Connection refused (caused by TransportError('<urllib3.connection.HTTPConnection object at 0x7e390e484690>: Failed to establish a new connection: [Errno 111] Connection refused')) [ytdl_hook] youtube-dl failed: unexpected error occurred [ffmpeg] tcp: Connection to tcp://127.0.0.1:6878 failed: Connection refused Failed to open http://127.0.0.1:6878/ace/getstream?content_id=<acestream hash here>. Exiting... (Errors when loading file)' />

I tried a couple, but is it just the tried acestream links/hashes being down? Or is it ytdl messing somehow?

digitalone commented on 2019-12-31 22:32 (UTC)

No, sorry, this package is meaningless without acestream-engine. Pick the script from here and watch it to get notifications on new releases.

ivanich commented on 2019-12-31 21:53 (UTC)

Could you please make acestream-engine dependency optional? I'm using Archlinux Arm(alarm) on Raspberry Pi4 but in AUR we have only x86 acestream-engine packages which is not suitable for arm architecture, so I'm using custom acestream build for arm.

digitalone commented on 2019-12-31 20:38 (UTC) (edited on 2019-12-31 20:39 (UTC) by digitalone)

I know, you have to make a symlink: ln -s /usr/lib/mpv/mpv-acestream.lua $HOME/.config/mpv/scripts/mpv-acestream.lua

ivanich commented on 2019-12-31 20:21 (UTC)

@digitalone mpv won't load scripts from /usr/lib/mpv/ , I had to put it into ~/.config/mpv/scripts/ instead

digitalone commented on 2019-04-10 15:40 (UTC) (edited on 2019-08-18 14:11 (UTC) by digitalone)

This script lets you open AceStream links with mpv. Open mpv, select the link and drag and drop inside mpv, the stream should start if the broadcaster is online. AceStream hyperlinks can be associated to be opened with mpv using Firefox. To get it working at every mpv startup, follow instructions provided by pacman after the first installation. Fore more information, check on GitHub.