Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/debloper/xplex

The renaissance will be streamed LIVE!
https://github.com/debloper/xplex

multi-stream nginx-rtmp rtmp streaming

Last synced: about 2 months ago
JSON representation

The renaissance will be streamed LIVE!

Awesome Lists containing this project

README

        

![xplex banner](docs/public/preview.png)

[xplex](https://xplex.me/) —your personal, self-hosted, open source, multi-streaming server

![container](https://github.com/debloper/xplex/actions/workflows/container.yaml/badge.svg)
![website](https://github.com/debloper/xplex/actions/workflows/website.yaml/badge.svg)

### Links
- [Docs](https://xplex.me/)
- [GitHub](https://github.com/debloper/xplex)
- [Docker Hub](https://hub.docker.com/r/xplex/xplex/)

### TL;DR

#### User
```bash
docker run -d --name xplex -p 80:80 -p 1935:1935 xplex/xplex
```

#### Developer
```bash
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](https://xplex.me/setup/).