Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/debloper/xplex
- Owner: debloper
- License: mpl-2.0
- Created: 2017-12-04T02:23:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T01:23:25.000Z (4 months ago)
- Last Synced: 2024-09-16T02:47:20.516Z (4 months ago)
- Topics: multi-stream, nginx-rtmp, rtmp, streaming
- Language: JavaScript
- Homepage: http://xplex.me
- Size: 591 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
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 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 xplexdocker 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/).