Skip to content

System Overview

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

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).

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

Outputs should access Studio Server & MediaHub

Info

Studio server will connect directly to the outputs.

Clients

Each Client (app) should have Client installed (from the admin web interface) 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

Clients machine should be able to connect to the Studio Server & MediaHub, and server should be able to connect them

Info

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

Both Erizos Studio Server and MediaHub support running over HTTP and HTTPS.
To run the Studio on HTTPS, please follow these steps:

  1. Navigate to Studio → Settings → General.
  2. Locate the HTTPS section at the bottom and switch the toggle on.
  3. Click the folder icon next to Certificate to select the certificate file.
  4. Click the folder icon next to Key to select the key file.

StudioHTTPS

The Server will load these files at startup and serve HTTPS using the provided certificates.

Note

To enable HTTPS in MediaHub, repeat these steps. However, in Step 1, go toMediaHub → Settings → Settings instead.