# LiveKit Server — поддержка 2K и высокого битрейта # Ключи можно переопределить через LIVEKIT_KEYS в docker-compose port: 7880 keys: APIKeyPlatform2024Secret: ThisIsAVerySecureSecretKeyForPlatform2024VideoConf rtc: port_range_start: 50000 port_range_end: 60000 tcp_port: 7881 use_external_ip: false # Буферы для видео (по умолчанию 500) — чуть выше для 2K/высокого битрейта packet_buffer_size_video: 600 packet_buffer_size_audio: 200 congestion_control: enabled: true allow_pause: true allow_tcp_fallback: true room: auto_create: true empty_timeout: 300 max_participants: 50 logging: level: info sample: false