aritode / acelink

Play Ace Streams in VLC on macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ace Link

Ace Link is a macOS menu bar app that allows playing Ace Stream video streams in VLC player.

Paste an Ace Stream hash in the Ace Link menu. Ace Link will launch the Ace Stream server in Docker and open your stream in VLC. You can also launch Ace Link by opening an acestream:// link directly from a website.

Install Ace Link via the link below or using Homebrew: brew install --cask ace-link

Download for macOS

Requires VLC, Docker and macOS High Sierra (10.13) or higher.

Ace Link

Ace Link is an unsigned app because Apple does not allow p2p related applications. If your version of macOS does not allow opening unsigned applications, follow these instructions to bypass this restriction.

Ace Stream server only

If you want to play a stream in a player other than VLC, you only need Docker to be installed. Just run docker run --rm -p 6878:6878 blaiseio/acelink in a terminal and open http://127.0.0.1:6878/ace/getstream?id=<acestream hash> in a player with HLS support. You don't need to download or install Ace Link. You can also play a stream in the bundled web player at http://127.0.0.1:6878/webui/html/player.html?id=<acestream hash> (experimental).

If you want to use a custom config file, mount it at /opt/acestream/acestream.conf. Example:

docker run --rm -p 6878:6878 -v "$(pwd)/acestream.conf:/opt/acestream/acestream.conf" blaiseio/acelink

About

Play Ace Streams in VLC on macOS.

License:MIT License


Languages

Language:Swift 78.3%Language:Shell 8.2%Language:HTML 5.5%Language:Dockerfile 4.8%Language:Makefile 3.1%