Logo
Explore Help
Sign In
studio/meet
2
0
Fork 0
You've already forked meet
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
e18b7327766fc00a10f65fb8ecd591e3fc5528ca
meet/docker/livekit/config/livekit-server.yaml

11 lines
166 B
YAML
Raw Normal View History

🔧(livekit) connect LiveKit server to Redis LiveKit server configuration was the default ones. These configurations were not connecting to any Redis instance. When running a standalone LiveKit server, Redis is not needed. However, when adding other LiveKit ecosystem service, e.g. Egress, LiveKit server publish jobs to a Redis queue, that are handled by the Egress workers. (Precisely, they use Redis Pub/Sub to communicate but I am no expert) The LiveKit server and the Egress need to be connected to the same Redis instance. This commit configure the LiveKit server before adding the Egress service to the compose stack.
2024-07-05 16:36:41 +02:00
log_level: debug
redis:
address: redis:6379
keys:
devkey: secret
🔧(compose) configure LiveKit webhooks in the local Docker Compose stack Without this configuration, LiveKit does not notify the backend when a recording starts, leaving it stuck in a “starting recording” state. Thanks to @leobouloc for spotting the issue.
2026-01-29 17:50:39 +01:00
webhook:
api_key: devkey
urls:
- http://app-dev:8000/api/v1.0/rooms/webhooks-livekit/
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 85ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API