From 99a2b6adabaa000d46ded82fb6894ff8fcb6183c Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 21 Nov 2024 20:35:16 +0100 Subject: [PATCH] Fix race condition --- README.md | 6 ++++++ templates/start.bat | 2 ++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 762f66e..baf7fdd 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ The Docker image will automatically generate the necessary configurations for yo docker run --rm -v ${PWD}:/app/data se23m504/startstreaming ``` +Then, run the powershell auto-generated script: + +``` +./start.bat +``` + ## Build The image is already available on DockerHub, but if you need to build it again for any reason, run the following command from the root directory: diff --git a/templates/start.bat b/templates/start.bat index 1991181..4a74358 100644 --- a/templates/start.bat +++ b/templates/start.bat @@ -24,6 +24,8 @@ echo Starting docker compose cd ".\mediamtx" docker compose up -d +timeout /t 3 >nul + {{OBS_INSTANCES}} pause