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

Fixed livestream rekeying

parent ceb80282
No related branches found
No related tags found
No related merge requests found
...@@ -114,9 +114,9 @@ def streamrekey(id): ...@@ -114,9 +114,9 @@ def streamrekey(id):
<li>{server}</li> <li>{server}</li>
<li>{backup_server}</li> <li>{backup_server}</li>
</ul>Insgesamt sollte die Streaming-URL z.B. so aussehen: </ul>Insgesamt sollte die Streaming-URL z.B. so aussehen:
<a href="{server}{key}">{server}{key}</a>''', <a href="{server}{key}">{server}{key}</a>'''.format(name=source['name'],
name=source['name'], key=source['key'], server=config['STREAMING_SERVER'], key=source['key'], server=config['STREAMING_SERVER'],
backup_server=config['BACKUP_STREAMING_SERVER']) backup_server=config['BACKUP_STREAMING_SERVER']))
return redirect(url_for('streaming')) return redirect(url_for('streaming'))
@app.route('/internal/streaming/drop/<int:id>') @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