From de9a4a7252bcb79ed9ee62b7d08e79f218a99aea Mon Sep 17 00:00:00 2001 From: Nirvana Date: Sat, 30 May 2026 17:59:33 +0200 Subject: [PATCH] Adjust ffmpeg command --- service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.py b/service.py index e241112..84309fc 100644 --- a/service.py +++ b/service.py @@ -961,7 +961,7 @@ class UltimateService: # Build ffmpeg pipe command # Map all video (will be just one due to highest_quality_only), all audio, and optional subtitles ffmpeg_cmd = ( - f'ffmpeg -loglevel fatal ' + f'pipe://ffmpeg -loglevel fatal ' f'-fflags +genpts+igndts+discardcorrupt ' f'-reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 5 ' f'-thread_queue_size 2048 ' # Kept large to handle demuxing all 4 audio tracks smoothly