Skip to content

debloper/xplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THE RENAISSANCE WILL NOT BE TELEVISED

but it will be multi-streamed LIVE—with xplex

xplex —your personal, self-hosted, open source, multi-streaming server

container website

Links

TL;DR

User

docker run -d --name xplex -p 80:80 -p 1935:1935 xplex/xplex

Developer

git clone https://github.com/debloper/xplex.git
cd xplex

docker build --target xplex -t xplex/xplex:latest .

docker run -d --name xplex -p 80:80 -p 1935:1935 xplex/xplex

For more details & next steps... follow the setup guide.