An open API service indexing awesome lists of open source software.

https://github.com/xelaok/acey

AceY - Ace Stream proxy
https://github.com/xelaok/acey

acestream hls hls-live-streaming hls-stream iptv nodejs proxy-server typescript

Last synced: 5 months ago
JSON representation

AceY - Ace Stream proxy

Awesome Lists containing this project

README

        

# AceY

Ace Stream Proxy

![console](https://raw.githubusercontent.com/xelaok/acey/master/wiki/landing-image.png)

## Installing
- Install Ace Stream server:

https://github.com/magnetikonline/docker-acestream-server

- Install [NodeJS](https://nodejs.org/en/) & NPM

- Install and build proxy:

```bash
cd acey
npm install
npm run dist
```

## Usage
```bash
cd acey
node .
```

By default channels playlists will be available at the following urls:

- http://localhost:8100/ace.m3u
- http://localhost:8100/ace-hls.m3u

## All-in-One
- https://hub.docker.com/r/sybdata/ace86a37
- https://hub.docker.com/r/sybdata/aceubase

## License

[MIT](./LICENSE.md)