db opt
This commit is contained in:
parent
164439d3a7
commit
b244845297
2
app.py
2
app.py
@ -35,7 +35,7 @@ import os
|
|||||||
config = configparser.ConfigParser()
|
config = configparser.ConfigParser()
|
||||||
|
|
||||||
config['Streaming'] = {
|
config['Streaming'] = {
|
||||||
'Database': 'streaming.db'
|
'Database': 'streaming.db',
|
||||||
'StreamServer': 'https://tv.icynet.eu/live/',
|
'StreamServer': 'https://tv.icynet.eu/live/',
|
||||||
'ServerHost': 'icynet.eu',
|
'ServerHost': 'icynet.eu',
|
||||||
'PublishAddress': 'rtmp://{host}:1935/hls-live/{streamer}',
|
'PublishAddress': 'rtmp://{host}:1935/hls-live/{streamer}',
|
||||||
|
Reference in New Issue
Block a user