mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
18 lines
477 B
Markdown
18 lines
477 B
Markdown
restreamer
|
|
==========
|
|
|
|
[Restreamer][1] is a complete streaming server solution for self-hosting. It has
|
|
a visually appealing user interface and no ongoing license costs. Upload your
|
|
live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions
|
|
like Wowza. Receive video data from OBS and publish it with the RTMP and SRT
|
|
server.
|
|
|
|
## up and running
|
|
|
|
```bash
|
|
$ docker compose up -d
|
|
$ curl http://127.0.0.1:8080/ui
|
|
```
|
|
|
|
[1]: https://github.com/datarhei/restreamer
|