Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blaise-io/acelink
Play Ace Streams on macOS using Docker.
https://github.com/blaise-io/acelink
ace-link ace-stream-server acestream acestream-engine docker macos macosx menubar play-ace-streams vlc
Last synced: 7 days ago
JSON representation
Play Ace Streams on macOS using Docker.
- Host: GitHub
- URL: https://github.com/blaise-io/acelink
- Owner: blaise-io
- License: mit
- Created: 2018-07-28T21:50:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T03:28:25.000Z (6 months ago)
- Last Synced: 2024-10-25T05:47:08.298Z (13 days ago)
- Topics: ace-link, ace-stream-server, acestream, acestream-engine, docker, macos, macosx, menubar, play-ace-streams, vlc
- Language: Swift
- Homepage:
- Size: 16.8 MB
- Stars: 763
- Watchers: 19
- Forks: 49
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ace Link
Ace Link is a menu bar app that allows playing Ace Streams on macOS.
Play an Ace Stream or Magnet in any media player by pasting the URL in the Ace Link menu, or open an acestream or magnet link in Ace Link.
## [Download for macOS](https://github.com/blaise-io/acelink/releases/download/2.1.0/Ace.Link.2.1.0.dmg)
- Install using HomeBrew: `brew install --cask ace-link`
- [Download an older version](https://github.com/blaise-io/acelink/releases)Requires Docker and macOS High Sierra (10.13) or later.
### Media players
Ace Link allows selecting your own media player. Ace Link does not transcode streams, so pick a player that supports popular audio and video codecs. VLC, IINA and MPV are free and open source media players that are able to play nearly anything. QuickTime and web browsers will play most streams, but not all.
### Signing
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](https://apple.stackexchange.com/a/240560).
### Ace Stream server only
If you just want to run the AceStream engine, you can do so without Ace Link:
```sh
docker run --platform=linux/amd64 --rm -p 6878:6878 blaiseio/acelink
# now open http://:6878/ace/getstream?id=
# or http://:6878/ace/getstream?infohash= in a player
```If you want to use a custom acestream.conf:
```
docker run --platform=linux/amd64 --rm -p 6878:6878 -v "$(pwd)/acestream.conf:/opt/acestream/acestream.conf" blaiseio/acelink
```### View Ace Link logs
1. Open Console.app
2. In the Console.app search field, type `Process: Ace Link`
3. Click on *Start* or *Start streaming*
4. Launch Ace Link and perform an action you want to debug
5. It should now start populating Console.app with debug information