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
- Host: GitHub
- URL: https://github.com/xelaok/acey
- Owner: xelaok
- License: mit
- Created: 2018-12-07T04:22:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:32:25.000Z (over 2 years ago)
- Last Synced: 2024-11-07T19:42:09.090Z (6 months ago)
- Topics: acestream, hls, hls-live-streaming, hls-stream, iptv, nodejs, proxy-server, typescript
- Language: TypeScript
- Homepage:
- Size: 1.48 MB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AceY
Ace Stream Proxy

## 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)