Update installation instructions

This commit is contained in:
Santiago Lo Coco 2025-01-01 18:43:39 +01:00
parent aec377edf0
commit dba4fb2908
1 changed files with 7 additions and 3 deletions

View File

@ -7,9 +7,11 @@
- Docker Desktop
- OBS Studio
2. Prepare the `.env` file
2. Clone the repository and its submodule (use `git clone --recursive` or run `git submodule update --init` if you didn't clone it with the recursive parameter).
3. Prepare the `.env` files
Copy `.env.dev` to `.env` and update with your environment-specific values.
In the root directory, copy `.env.dev` to `.env` and update with your environment-specific values.
```bash
cp .env.dev .env
@ -21,7 +23,9 @@
- `PORT_X` is the WebRTC HTTP listener port, which can be used for WHIP and WHEP.
- `LISTENER_PORT_X` is the WebRTC ICE/UDP port.
3. Set up the necessary OBS profiles and scene collections:
Next, navigate to `./getendpoints/src` and copy `.env.dev` to `.env.` Refer to the `README.md` in the `getendpoints` directory for further documentation.
4. Set up the necessary OBS profiles and scene collections:
Let `N` be the number of instances you want to create (i.e., the maximum number of `PORT_X` defined in the `.env` file).