Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 584 Bytes

File metadata and controls

20 lines (13 loc) · 584 Bytes

api-server

Stage and device orchestration server for headless audio clients

ICE configuration

To optimize latency we decided to use a single cryptographic key for all STUN/TURN servers inside an digital stage infrastructur. So all routers providing coTURN have to use the same cryptographic key as specified inside the .env of the api-server.

Generate such a token using e.g. openssl:

openssl rand -base64 32

Then propagate this secret inside the .env of all your routers and api-servers:

TURN_SECRET=2UElWzCA71SlbpHYlXUxBe+fcmFEI45ACn1jV6aFPu0=