Files
olcrtc/docs/examples/server.jitsi.seichannel.yaml

44 lines
1.2 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Серверный конфиг: jitsi + seichannel
# Запуск: olcrtc docs/examples/server.jitsi.seichannel.yaml
mode: srv
auth:
provider: jitsi
# Для jitsi: полный URL комнаты (https://host/room или host/room).
# Должен совпадать с клиентом.
# Доступные серверы: meet1.arbitr.ru или meet.cryptopro.ru
# Проверьте в браузере, какой работает в вашей сети.
room:
id: "https://meet1.arbitr.ru/REPLACE_WITH_ROOM_NAME"
crypto:
# 32 байта в hex (64 символа). Сгенерировать: openssl rand -hex 32
# Можно использовать key_file: "./olcrtc.key", чтобы не хранить секрет прямо здесь.
key: "REPLACE_ME_WITH_64_HEX_CHARS" # должен совпадать с клиентом
net:
transport: seichannel
dns: "8.8.8.8:53"
liveness:
interval: 10s
timeout: 5s
failures: 3
socks:
proxy_addr: "" # например "127.0.0.1"
proxy_port: 0 # например 1080
proxy_user: "" # необязательная auth для upstream-прокси (RFC 1929)
proxy_pass: ""
sei:
fps: 60
batch_size: 64
fragment_size: 900
ack_timeout_ms: 2000
data: data
debug: false