Skip to content

imaxmelnyk/acestream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acestream for macOS

This is dockerized acestream engine. The project include scripts to build and run acestream on macOS via VLC player.

Requirements

Structure

├── Dockerfile
├── install       # acestream instalation script for docker
├── play          # script for playing stream using acestream link
├── start         # script for starting acestream engine
├── stop          # script for stoping acestream engine
├── LICENSE
├── README.md
└── .gitignore

Getting Started

Make sure docker is up and running:

$ docker ps

Start acestream engine:

$ ./path/to/folder/start

Get somewhere acestream link in format acestream://whateverstreamid
Play the stream:

$ ./path/to/folder/play ACESTREAM_LINK

You can play as many streams as you want after strarting the server.
Stop acestream engine (once you don't wanna use acestream anymore):

$ ./path/to/folder/stop

License

This project is licensed under the General Public License v3.0 - see the LICENSE file for details.

About

Dockerized AceStream for macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published