This commit is contained in:
Evert Prants 2018-08-06 16:46:20 +03:00
parent 164439d3a7
commit b244845297
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -35,7 +35,7 @@ import os
config = configparser.ConfigParser()
config['Streaming'] = {
'Database': 'streaming.db'
'Database': 'streaming.db',
'StreamServer': 'https://tv.icynet.eu/live/',
'ServerHost': 'icynet.eu',
'PublishAddress': 'rtmp://{host}:1935/hls-live/{streamer}',