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