]> jfr.im git - yt-dlp.git/commit
[downloader] Allow streaming unmerged formats to stdout using ffmpeg
authorpukkandan <redacted>
Sat, 31 Jul 2021 10:53:54 +0000 (16:23 +0530)
committerpukkandan <redacted>
Sun, 1 Aug 2021 07:08:06 +0000 (12:38 +0530)
commit96fccc101f8f579ebd67da176e029803d82634c7
treeeebb785f66ee9fe5831ca5dff11ad489b470e9ab
parentdbf5416a20b8a4ff301ef6c641f516fa20a546cb
[downloader] Allow streaming unmerged formats to stdout using ffmpeg

For this to work:
1. The downloader must be ffmpeg
2. The selected formats must have the same protocol
3. The formats must be downloadable by ffmpeg to stdout

Partial solution for: https://github.com/ytdl-org/youtube-dl/issues/28146, https://github.com/ytdl-org/youtube-dl/issues/27265
yt_dlp/YoutubeDL.py
yt_dlp/downloader/__init__.py
yt_dlp/downloader/dash.py
yt_dlp/downloader/external.py
yt_dlp/downloader/hls.py