From ef582148faf40bbb369fe71a3b805ee1b907dc97 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 21 Nov 2024 20:27:38 +0100 Subject: [PATCH] Fix grammar --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b487589..07ddc0e 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,13 @@ Let `N` be the number of instances you want to create (i.e., the maximum number of `PORT_X` defined in the `.env` file). - - Create a scene collection and a profile for each instance (e.g., `Profile1`, `Profile2`, ... `ProfileN`). - - Add scenes and configure the input sources (e.g., HDMI cards) for each scene collection. - - Go to `Settings` -> `Stream`, set the `Service` to WHIP, and enter the endpoint for each MediaMTX server: `http://{{IP}}:{{PORT_X}}/mystream/whip`. + Repeat for each profile from `X=1` to `X=N`: + + - Create a scene collection called `ProfileX`. + - Add scenes and configure the input source (e.g., an HDMI card). + - Create a profile called `ProfileX`. + - Go to `Settings` -> `Stream`, set the `Service` to WHIP, and enter the endpoint for the respective MediaMTX server: `http://{{IP}}:{{PORT_X}}/mystream/whip`. You may need to tweak as well the streaming settings. - Repeat for each profile from `X=1` to `X=N`. ## Run