diff --git a/restreamer/README.md b/restreamer/README.md index 82e67cc..7f8781a 100644 --- a/restreamer/README.md +++ b/restreamer/README.md @@ -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 diff --git a/restreamer/docker-compose.yml b/restreamer/docker-compose.yml index 9384210..7230be1 100644 --- a/restreamer/docker-compose.yml +++ b/restreamer/docker-compose.yml @@ -5,6 +5,7 @@ services: ports: - "1935:1935" - "8080:8080" + - "6000:6000/udp" volumes: - ./data/config:/core/config - ./data/data:/core/data