Skip to content
forked from blaise-io/acelink

Play Ace Streams in VLC on macOS.

License

Notifications You must be signed in to change notification settings

feiming/acelink

 
 

Repository files navigation

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

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.

About

Play Ace Streams in VLC on macOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 74.6%
  • Shell 10.4%
  • HTML 5.2%
  • Dockerfile 5.0%
  • Makefile 4.8%