System Infrastructure
PLATFORM PORTS INFORMATION
Server
Clients should be able to connect to the ip on these ports:
| Server | port |
|---|---|
| Studio Server | 5550 |
| MediaHub | 5600 |
| CreativeHub | 5700 |
Output
Each output engine should have Agent installed and the following ports open:
| output | port |
|---|---|
| Agent | 5510 |
| Viz Engine | 6100 (or any other configured tcp port) |
| UE Engine | 5000 |
Note
- Output here means the render engine and not the hardware (e.g. Erizos Studio sends data to Unreal Engine, and the Unreal Engine is configured to use the VideoIO).
- Outputs should access Studio Server & MediaHub.
- Studio Server will connect directly to the outputs.
Clients
Each Client (app) should have Client installed (from the Admin web interface) and the following ports should be opened:
| service | port | comment |
|---|---|---|
| Agent | 5510 | no need to install agent - it comes built-in with the client app |
| Vizrt Engine | 6100 | if used to preview Vizrt Engine |
| Unreal Engine | 5000 | if used to preview Unreal Engine |
Note
- Clients machine should be able to connect to the Studio Server & MediaHub, and server should be able to connect them.
- Studio Server is a service so it cannot access mapped network drives.
Installation Folders
| Windows System | Component | Installation Folder |
|---|---|---|
| Windows 64-bit | Studio Server | C:\Program Files\Erizos\StudioServer |
| Studio Client | C:\Program Files\Erizos\Studio | |
| MediaHub | C:\Program Files\Erizos\MediaHub | |
| CreativeHub | C:\Program Files\Erizos\CreativeHub |
Data Folders
Files which are created or modified by Erizos Studio are located in %ProgramData%\Erizos. By default, this is C:\ProgramData\Erizos. This folder is referenced as throughout this User Guide. The folder contents include:
- Configuration files
- Log files
| Component | Installation Folder |
|---|---|
| Studio (Server) | %ProgramData%\Erizos\StudioServer |
| Studio Client | %ProgramData%\Erizos\Studio |
| MediaHub | %ProgramData%\Erizos\MediaHub |
| DataHub | %ProgramData%\Erizos\DataHub |
| CreativeHub (Server) | %ProgramData%\Erizos\CreativeHub |
| CH (Client) | %ProgramData%\Erizos\CH |
Running HTTP/HTTPS
Erizos Studio Server, MediaHub and CreativeHub support running over HTTP and HTTPS. To run the Studio on HTTPS, please follow these steps:
- Navigate to
Studio → Settings → General. - Locate the
HTTPSsection at the bottom and switch the toggle on. - Click the folder icon next to
Certificateto select the certificate file. - Click the folder icon next to
Keyto select the key file.
The Server will load these files at startup and serve HTTPS using the provided certificates.
If your private key is encrypted, please type the passphrase into the Passphrase feild.
Note
To enable HTTPS in MediaHub, repeat these steps. However, in Step 1, go toMediaHub → Settings → Settings instead.
To enable HTTPS in CreativeHub, in Step 1 follow the CreativeHub → Admin → Settings.
