From 1e5a753aa3a20464f3a26078cf4abd48702e2d9c Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 12 Apr 2024 20:36:37 +0800 Subject: [PATCH] update restreamer --- restreamer/README.md | 7 +++++++ restreamer/docker-compose.yml | 1 + 2 files changed, 8 insertions(+) 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