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 1 year ago
JSON representation
The renaissance will be streamed LIVE!
- Host: GitHub
- URL: https://github.com/debloper/xplex
- Owner: debloper
- License: mpl-2.0
- Created: 2017-12-04T02:23:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T03:56:01.000Z (over 1 year ago)
- Last Synced: 2025-04-04T20:47:28.663Z (about 1 year ago)
- Topics: multi-stream, nginx-rtmp, rtmp, streaming
- Language: Shell
- Homepage: http://xplex.me
- Size: 2.53 MB
- Stars: 193
- Watchers: 0
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

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


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