This repository has been archived on 2021-01-16. You can view files and clone it, but cannot push or open issues/pull-requests.
satyr/install/config.example.yml

72 lines
1.3 KiB
YAML
Raw Permalink Normal View History

satyr:
name: '<iname>'
domain: '<domain>'
email: '<email>'
registration: false
media:
record: false
ffmpeg: '<ffmpeg>'
rtmp:
2020-10-17 02:17:10 -05:00
# enable cluster mode this will pretty much entirely
# break the ability to play rtmp for clients
cluster: false
port: 1935
http:
# uncomment to set HSTS when SSL is ready
#hsts: true
server_side_render: false
database:
user: '<dbuser>'
password: '<dbpass>'
database: '<dbname>'
host: '<dbhost>'
transcode:
#may result in higher latency if your cpu can't keep up
adaptive: false
variants: 3
#unused right now, will always transcode to dash
format: dash
chat:
irc:
enabled: false
server:
port: 6667
tls: false
nickname: 'SatyrChat'
username: 'SatyrChat'
2020-06-27 03:23:04 -05:00
realname: 'Satyr Chat Integration Bot'
sasl: false
password:
discord:
enabled: false
token:
xmpp:
enabled: false
2020-10-17 18:30:38 -05:00
server:
port: 5222
2020-10-17 18:30:38 -05:00
jid:
password:
nickname:
twitch:
enabled: false
username:
2020-06-27 05:25:40 -05:00
#https://twitchapps.com/tmi/
password:
twitch_mirror:
# enable to allow users to mirror video streams to twitch
# for those with truly no bandwidth limits
enabled: false
# https://stream.twitch.tv/ingests/
# do not include {stream_key}
ingest: 'rtmp://live-ord02.twitch.tv/app/'