Skip to content
Snippets Groups Projects
Commit 35557684 authored by Julian Rother's avatar Julian Rother
Browse files

Fixed livestream rekeying

parent ceb80282
Branches
No related tags found
No related merge requests found
......@@ -114,9 +114,9 @@ def streamrekey(id):
<li>{server}</li>
<li>{backup_server}</li>
</ul>Insgesamt sollte die Streaming-URL z.B. so aussehen:
<a href="{server}{key}">{server}{key}</a>''',
name=source['name'], key=source['key'], server=config['STREAMING_SERVER'],
backup_server=config['BACKUP_STREAMING_SERVER'])
<a href="{server}{key}">{server}{key}</a>'''.format(name=source['name'],
key=source['key'], server=config['STREAMING_SERVER'],
backup_server=config['BACKUP_STREAMING_SERVER']))
return redirect(url_for('streaming'))
@app.route('/internal/streaming/drop/<int:id>')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment