update readme for vod viewer

This commit is contained in:
deflax 2024-01-05 16:15:21 +00:00
parent b32ff79c18
commit 62932bd0cd

View file

@ -34,6 +34,9 @@ obs = {
"head": "https://stream.deflax.net/memfs/9502315a-bb95-4e3e-8c24-8661d6dd2fe8.m3u8" "head": "https://stream.deflax.net/memfs/9502315a-bb95-4e3e-8c24-8661d6dd2fe8.m3u8"
} }
ines = {
"head": "https://stream.deflax.net/memfs/eddfeadd-1c72-4c5c-aabb-a99a1daa2231.m3u8"
}
# Datarhei Core API integration # Datarhei Core API integration
SYNC_PERIOD = 30 SYNC_PERIOD = 30
@ -119,7 +122,7 @@ manager.register_task(name="read_database", job=analyze_db).period(35).start()
@app.route('/', methods=['GET']) @app.route('/', methods=['GET'])
def root_query(): def root_query():
playhead = jt playhead = ines
return jsonify(playhead) return jsonify(playhead)
def create_app(): def create_app():