UPDATE: Thumbnail generation for VoDs implemented at /vods/<username>/<vod_id>.png

This commit is contained in:
2025-03-05 12:19:24 +00:00
parent 633776dfe9
commit cf7e6afe0b
2 changed files with 9 additions and 2 deletions

View File

@@ -113,7 +113,8 @@ def end_user_stream(stream_key, user_id, username):
combine_ts_stream.delay(
path_manager.get_stream_path(username),
path_manager.get_vods_path(username),
vod_id
vod_id,
path_manager.get_vod_thumbnail_file_path(username, vod_id)
)
print(f"Stream ended for user {username} (ID: {user_id})", flush=True)