mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-03-29 21:46:53 +02:00
update restreamer
This commit is contained in:
parent
6b10128a6a
commit
1e5a753aa3
@ -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
|
||||
|
@ -5,6 +5,7 @@ services:
|
||||
ports:
|
||||
- "1935:1935"
|
||||
- "8080:8080"
|
||||
- "6000:6000/udp"
|
||||
volumes:
|
||||
- ./data/config:/core/config
|
||||
- ./data/data:/core/data
|
||||
|
Loading…
x
Reference in New Issue
Block a user