From 2a3f3f2ff54871e62910545749d7657a84728e58 Mon Sep 17 00:00:00 2001 From: Nirvana Date: Fri, 30 Jan 2026 12:03:03 +0100 Subject: [PATCH] Reformat --- service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.py b/service.py index e3b146a..52b6609 100644 --- a/service.py +++ b/service.py @@ -734,7 +734,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'-err_detect ignore_err ' f'-i "{stream_url}" '