Fix grammar

This commit is contained in:
Santiago Lo Coco 2024-11-21 20:27:38 +01:00
parent ffc4b618f9
commit ef582148fa
1 changed files with 6 additions and 4 deletions

View File

@ -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). 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`). Repeat for each profile from `X=1` to `X=N`:
- 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`. - 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 ## Run