From a785bbeb7244c8ad1f011fc8db50cf9f89154fe1 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 13 Oct 2024 18:28:02 +0200 Subject: [PATCH] Add README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2785a96 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# StartStreaming + +## Prerequisites + +1. Docker Desktop +2. OBS Studio + +## OBS configuration + +- Create a scene collection named `Profile1` and a profile named `Profile1`. +- Create a scene collection named `Profile2` and a profile named `Profile2`. +- Add scenes and configure the input sources (e.g., HDMI cards) for each scene collection. +- For each profile, go to `Settings` -> `Stream`, set `Service` to WHIP, and enter the endpoint for each MediaMTX server: + - Profile1: `http://localhost:8100/mystream/whip` + - Profile2: `http://localhost:8200/mystream/whip` + +## IP address configuration + +The `docker-compose.yaml` is hardcoded to use the IP address `192.168.137.1`. You must update this to your specific network IP from the mobile hotspot configuration.