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

API server to distribute data models between clients

License

Notifications You must be signed in to change notification settings

digital-stage/api-server

Repository files navigation

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=

About

API server to distribute data models between clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages