Fix grammar
This commit is contained in:
parent
ffc4b618f9
commit
ef582148fa
10
README.md
10
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).
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue