update restreamer

This commit is contained in:
kevin 2024-04-12 20:36:37 +08:00
parent 6b10128a6a
commit 1e5a753aa3
2 changed files with 8 additions and 0 deletions

View File

@ -7,4 +7,11 @@ 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

View File

@ -5,6 +5,7 @@ services:
ports:
- "1935:1935"
- "8080:8080"
- "6000:6000/udp"
volumes:
- ./data/config:/core/config
- ./data/data:/core/data