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