Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 389 Bytes

acestream-proxies

acestream engine + P2pProxy + TTVProxy

build an image

docker build -t acestream ./

start server:

docker run --rm --net=host -t acestream mono /home/tv/TTVProxy/TTVProxy_lin.exe -u <username> -p <password>
docker run --rm --net=host -t acestream mono /home/tv/P2pProxy/P2pProxy_console.exe -u <username> -p <password>