diff --git a/backend/main.py b/backend/main.py index 00f78da..4af0cb3 100644 --- a/backend/main.py +++ b/backend/main.py @@ -275,8 +275,8 @@ def stream_video(): ydl_opts = { # 'format': 'best[protocol*=m3u8]/best[ext=mp4]/best', 'format_sort': ['res', 'fps', 'vcodec:avc1', 'acodec:aac'], - 'quiet': True, - 'no_warnings': True, + 'quiet': False, + 'no_warnings': False, 'socket_timeout': 30, 'retries': 3, 'fragment_retries': 3,