2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

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 like Wowza. Receive video data from OBS and publish it with the RTMP and SRT
server. server.
## up and running
```bash
$ docker compose up -d
$ curl http://127.0.0.1:8080/ui
```
[1]: https://github.com/datarhei/restreamer [1]: https://github.com/datarhei/restreamer

View File

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