Files
olcrtc/docs/examples/client.telemost.videochannel.yaml
2026-05-21 17:55:59 +03:00

48 lines
991 B
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.
# Клиентский конфиг: telemost + videochannel
# Запуск: olcrtc docs/examples/client.telemost.videochannel.yaml
mode: cnc
auth:
provider: telemost
# Для telemost: Room ID, который вернул сервис.
# Должен совпадать с сервером.
room:
id: "REPLACE_WITH_TELEMOST_ROOM_ID"
crypto:
# Можно использовать key_file: "./olcrtc.key", чтобы не хранить секрет прямо здесь.
key: "REPLACE_ME_WITH_64_HEX_CHARS" # должен совпадать с сервером
net:
transport: videochannel
dns: "8.8.8.8:53"
liveness:
interval: 10s
timeout: 5s
failures: 3
socks:
host: "127.0.0.1"
port: 8808
user: "" # необязательная входящая auth
pass: ""
video:
width: 1920
height: 1080
fps: 30
bitrate: "2M"
hw: none
codec: qrcode
qr_size: 0
qr_recovery: low
tile_module: 4
tile_rs: 20
ffmpeg: ffmpeg
data: data
debug: false