F7_recording/etc/f7cloud-talk-recording/server.conf.template

47 lines
963 B
Plaintext
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.

[logs]
level = 20
[http]
listen = 127.0.0.1:8000
[app]
trustedproxies = 127.0.0.1
[backend]
allowall = false
backends = f7cloud
skipverify = false
maxmessagesize = 10240
videowidth = 1920
videoheight = 1080
directory = /var/lib/f7cloud-recordings
secret = F7CLOUD_SECRET
[f7cloud]
url = F7CLOUD_NEXTCLOUD_URL
secret = F7CLOUD_SECRET
[signaling]
signalings = talk
[talk]
# URL signaling-сервера (HPB). Для HPB указывайте полный URL с путём, например https://hpb.example.com/standalone-signaling
url = F7CLOUD_TALK_URL
internalsecret = F7CLOUD_TALK_INTERNALSECRET
[ffmpeg]
common = ffmpeg -loglevel level+warning -n
outputaudio = -c:a libopus -b:a 128k
outputvideo = -c:v libvpx -deadline:v realtime -crf 10 -b:v 2M -threads 4
extensionaudio = .ogg
extensionvideo = .webm
[recording]
browser = firefox
browserPath = /usr/local/bin/firefox-esr
driverPath = /usr/local/bin/geckodriver
[stats]
allowed_ips = 127.0.0.1