16 lines
352 B
TOML
16 lines
352 B
TOML
|
[Streaming]
|
||
|
Port = 5000
|
||
|
Database = "streaming.db"
|
||
|
StreamServer = "http://localhost:5000/live/"
|
||
|
ServerHost = "localhost:1935"
|
||
|
PublishAddress = "rtmp://{host}:1935/hls-live/{streamer}"
|
||
|
Secret = "changeme"
|
||
|
|
||
|
[Auth]
|
||
|
Server = "http://localhost:8282"
|
||
|
Redirect = "http://localhost:5000/auth/_callback/"
|
||
|
|
||
|
[OAuth2]
|
||
|
ClientID = 1
|
||
|
ClientSecret = "hackme"
|