This commit is contained in:
Nirvana
2026-01-30 12:03:03 +01:00
parent 568e025d02
commit 2a3f3f2ff5
+1 -1
View File
@@ -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}" '