Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected results when downloading youtube clips in post-live manifestless mode #9968

Open
10 of 11 tasks
mpccelon opened this issue May 19, 2024 · 3 comments
Open
10 of 11 tasks
Labels
bug Bug that is not site-specific site-bug Issue with a specific website triage Untriaged issue

Comments

@mpccelon
Copy link

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

Philippines

Provide a description that is worded well enough to be understood

TL;DR: I am not sure if it's my FFmpeg version (IIRC i'm still using v4.4) but it seems that yt-dlp is downloading the wrong format (format-id 160 downloads 299, format-id 299 downloads 140, etc.), so I figured I'd post it here. Please let me know if it's an issue on my end or it needs other information.

Running on Windows ver. 2024.04.09

PS E:\Documents\Stupid Shit\ff14> yt-dlp --version
2024.04.09
PS E:\Documents\Stupid Shit\ff14> yt-dlp --list-formats  https://www.youtube.com/clip/UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF
[youtube:clip] Extracting URL: https://www.youtube.com/clip/UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF
[youtube:clip] UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF: Downloading webpage
[youtube] Extracting URL: https://www.youtube.com/watch?v=13JMoUOkal4
[youtube] 13JMoUOkal4: Downloading webpage
[youtube] 13JMoUOkal4: Downloading ios player API JSON
[youtube] 13JMoUOkal4: Downloading android player API JSON
WARNING: [youtube] Skipping player responses from android clients (got player responses for video "aQvGIIdgFDM" instead of "13JMoUOkal4")
[youtube] 13JMoUOkal4: Downloading MPD manifest
[info] Available formats for UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF:
ID  EXT RESOLUTION FPS │   FILESIZE   TBR PROTO │ VCODEC        VBR ACODEC      ABR ASR MORE INFO
────────────────────────────────────────────────────────────────────────────────────────────────────────────
139 m4a audio only     │ ~117.19KiB   64k dash  │ audio only        mp4a.40.5   64k 22k DASH audio, m4a_dash
140 m4a audio only     │ ~263.67KiB  144k dash  │ audio only        mp4a.40.2  144k 44k DASH audio, m4a_dash
160 mp4 256x144     15 │ ~389.03KiB  212k dash  │ avc1.42c00b  212k video only          DASH video, mp4_dash
133 mp4 426x240     30 │ ~835.38KiB  456k dash  │ avc1.4d4015  456k video only          DASH video, mp4_dash
134 mp4 640x360     30 │ ~  1.80MiB 1008k dash  │ avc1.4d401e 1008k video only          DASH video, mp4_dash
135 mp4 854x480     30 │ ~  2.41MiB 1350k dash  │ avc1.4d401f 1350k video only          DASH video, mp4_dash
298 mp4 1280x720    60 │ ~  7.18MiB 4018k dash  │ avc1.4d4020 4018k video only          DASH video, mp4_dash
299 mp4 1920x1080   60 │ ~ 11.96MiB 6686k dash  │ avc1.64002a 6686k video only          DASH video, mp4_dash
P

For some reason, trying to download formats 298/299 causes yt-dlp to download the audio file instead
Example, running:

yt-dlp -vU -f 299  https://www.youtube.com/clip/UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF
<...>
Output #0, mp4, to 'file:proggers [UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF].mp4.part':
  Metadata:
    encoder         : Lavf58.76.100
  Stream #0:0: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default)
    Metadata:
      variant_bitrate : 144000
      id              : 140

Even weirder is that downloading the 144p format (160) causes the downloader to fetch the 1080p60 format:

yt-dlp -vU -f 160 https://www.youtube.com/clip/UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF
<...>
Output #0, mp4, to 'file:proggers [UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF].mp4.part':
  Metadata:
    encoder         : Lavf58.76.100
  Stream #0:0: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(tv, bt709, progressive, left), 1920x1080 (0x0) [SAR 1:1 DAR 16:9], q=2-31, 1371 kb/s, 60 fps, 60 tbr, 90k tbn, 90k tbc (default)
    Metadata:
      variant_bitrate : 6686125
      id              : 299

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Command-line config: ['-vU', '-f', '299', 'https://www.youtube.com/clip/UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.04.09 from yt-dlp/yt-dlp [ff0779267] (pip)
[debug] Python 3.9.2 (CPython AMD64 64bit) - Windows-10-10.0.19041-SP0 (OpenSSL 1.1.1i  8 Dec 2020)
[debug] exe versions: ffmpeg n4.4-19-g8d172d9409 (setts), ffprobe n4.4-19-g8d172d9409
[debug] Optional libraries: Cryptodome-3.18.0, brotli-1.0.9, certifi-2021.10.08, mutagen-1.46.0, requests-2.31.0, sqlite3-3.34.0, urllib3-2.2.1, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets
[debug] Loaded 1810 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: stable@2024.04.09 from yt-dlp/yt-dlp
yt-dlp is up to date (stable@2024.04.09 from yt-dlp/yt-dlp)
[youtube:clip] Extracting URL: https://www.youtube.com/clip/UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF
[youtube:clip] UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF: Downloading webpage
[youtube] Extracting URL: https://www.youtube.com/watch?v=13JMoUOkal4
[youtube] 13JMoUOkal4: Downloading webpage
[youtube] 13JMoUOkal4: Downloading ios player API JSON
[youtube] 13JMoUOkal4: Downloading android player API JSON
WARNING: [youtube] Skipping player responses from android clients (got player responses for video "aQvGIIdgFDM" instead of "13JMoUOkal4")
[youtube] 13JMoUOkal4: Downloading MPD manifest
[debug] [youtube] 13JMoUOkal4: Video is in Post-Live Manifestless mode
[debug] Sort order given by extractor: quality, res, fps, hdr:12, source, vcodec:vp9.2, channels, acodec, lang, proto
[debug] Formats sorted by: hasvid, ie_pref, quality, res, fps, hdr:12(7), source, vcodec:vp9.2(10), channels, acodec, lang, proto, size, br, asr, vext, aext, hasaud, id
[info] UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF: Downloading 1 format(s): 299
[debug] Invoking ffmpeg downloader on "https://manifest.googlevideo.com/api/manifest/dash/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/tx/51177567/txs/51177561%2C51177562%2C51177563%2C51177564%2C51177565%2C51177566%2C51177567/hfr/all/as/fmp4_audio_clear%2Cwebm_audio_clear%2Cwebm2_audio_clear%2Cfmp4_sd_hd_clear%2Cwebm2_sd_hd_clear/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/rqh/2/pacing/0/keepalive/yes/itag/0/playlist_type/DVR/sparams/expire%2Cei%2Cip%2Cid%2Csource%2Crequiressl%2Cxpc%2Ctx%2Ctxs%2Chfr%2Cas%2Cforce_finished%2Cspc%2Cvprv%2Crqh%2Citag%2Cplaylist_type/sig/AJfQdSswRgIhAJadbKntmZQ3rgs1ort_CKHHY--9ivbv544B6wLgoEHvAiEA9bihhoq_PtgE8If8gmZOadk0hHHlcAz81kD6TRMoMmE%3D"
[download] Destination: proggers [UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF].mp4
[debug] ffmpeg command line: ffmpeg -y -loglevel verbose -headers "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Sec-Fetch-Mode: navigate
" -ss 6454.671 -t 15.0 -i "https://manifest.googlevideo.com/api/manifest/dash/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/tx/51177567/txs/51177561%2C51177562%2C51177563%2C51177564%2C51177565%2C51177566%2C51177567/hfr/all/as/fmp4_audio_clear%2Cwebm_audio_clear%2Cwebm2_audio_clear%2Cfmp4_sd_hd_clear%2Cwebm2_sd_hd_clear/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/rqh/2/pacing/0/keepalive/yes/itag/0/playlist_type/DVR/sparams/expire%2Cei%2Cip%2Cid%2Csource%2Crequiressl%2Cxpc%2Ctx%2Ctxs%2Chfr%2Cas%2Cforce_finished%2Cspc%2Cvprv%2Crqh%2Citag%2Cplaylist_type/sig/AJfQdSswRgIhAJadbKntmZQ3rgs1ort_CKHHY--9ivbv544B6wLgoEHvAiEA9bihhoq_PtgE8If8gmZOadk0hHHlcAz81kD6TRMoMmE%3D" -c copy -map 0:7 -f mp4 "file:proggers [UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF].mp4.part"
ffmpeg version n4.4-19-g8d172d9409 Copyright (c) 2000-2021 the FFmpeg developers
  built with gcc 10-win32 (GCC) 20210408
  configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-gpl --enable-version3 --disable-debug --disable-w32threads --enable-pthreads --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libvmaf --enable-vulkan --enable-amf --enable-libaom --enable-avisynth --enable-libdav1d --enable-libdavs2 --enable-ffnvcodec --enable-cuda-llvm --enable-libglslang --enable-libgme --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librav1e --enable-librubberband --enable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libvidstab --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags= --extra-libs=-lgomp
  libavutil      56. 70.100 / 56. 70.100
  libavcodec     58.134.100 / 58.134.100
  libavformat    58. 76.100 / 58. 76.100
  libavdevice    58. 13.100 / 58. 13.100
  libavfilter     7.110.100 /  7.110.100
  libswscale      5.  9.100 /  5.  9.100
  libswresample   3.  9.100 /  3.  9.100
  libpostproc    55.  9.100 / 55.  9.100
[tcp @ 000002a1f6a5d580] Starting connection attempt to 142.250.207.14 port 443
[tcp @ 000002a1f6a5d580] Successfully connected to 142.250.207.14 port 443
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/133/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRgIhAN-bTMt1vQU9ATdvILjWL-StrtSG_ksxBWR0BNXtxrcVAiEAnOHr-O3Adg0ejaST2n68v5_kbdwSvTs6GozZN_U5PIY%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRAIgF6sCz-1v9LYbr4fJ93mhMG3PjCv-zPXw4ADZmnHuQVQCICO4fEguSZyxKdhkdRwt7Q6n-Z80cgmOetTvUhYo4BLV/sq/0/lmt/1716124127801611', offset 0
[tcp @ 000002a1f85ac380] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f85ac380] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f9a5e900] Reinit context to 432x240, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/134/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRAIgcSyEGpUAzZZliFCLGz5kVXMwI9Wqnawno67I-WyhllACIGO8DZO-ttGdBSEDeCDswKyZeXxM_ANyWG-BNxscylOq/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRQIgFkj91c2Y8QK5aGIlN3Qp5toyZ2lU9Nw_L0gwgan9djcCIQDRZ795T7sZmLmTu8ozEu9TKOoU8b4xFnKpqAqHwQuHlA%3D%3D/sq/0/lmt/1716124127801612', offset 0
[tcp @ 000002a1f9c83000] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9c83000] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f9c83580] Reinit context to 640x368, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/135/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRQIgU551Mwke6vUaeL1Nzaju5kQMvw-XrTZtIMk1vgQqfp0CIQCTj3pXzXqY7Jx8bwxAeWLv3BcEuIOUaOPlSunu05RzTw%3D%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRAIgc3mPq_SmxIVk0KZDeNDSua_SVOqb00RDtyOnLIVLSOMCIDhGCT2gp7OYM8TsDncJE6lHuvcei6VR_udY-aEh0Ffp/sq/0/lmt/1716124127801613', offset 0
[tcp @ 000002a1f8c6e280] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f8c6e280] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f8c5f040] Reinit context to 864x480, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/160/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRQIgVUqnWKBjixhFb3eBKRFvlzTRe2i4etGbjrJmro5D56YCIQCgtDSac5SrnyRFuKa_QfJXzyVfXiGiA_dLREPSsMnzGA%3D%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRAIgCANa9n82Blfq69ppekWaPAkQ6Yx_dYhqJJCplXQGix8CIB98drG796LaixyHROjD3Z0kKuXKfbUs9VSocbZoQPba/sq/0/lmt/1716124127801617', offset 0
[tcp @ 000002a1f866d380] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f866d380] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f9990d80] Reinit context to 256x144, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/298/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRQIgTTFqArmJFHGtdEM-qm9G1l43tgSuFnmOBq4nhrDwODwCIQDSrxmZF2PiXLxSXAY2WQ9zpY29LcBh5bd-iKsqdsDH9g%3D%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRAIgakAs1hlVM2PkwWqggW_xzISiCiYo3bOk6Qt_z6-QzaoCIHX_008l7f6re608pEWxOBx4ZBW5CGKFKai0FlTrrNJQ/sq/0/lmt/1716124127801618', offset 0
[tcp @ 000002a1f9992c40] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9992c40] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f9254180] Reinit context to 1280x720, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/299/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRAIgWnIFi1xVzOAYSh_NTek71p78YSPHF_z2BIIzEPdOqeACIESkO3K9fkwZObnH6NZtsGWaNMcq6hOk3Dr9ViEeRGH2/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRQIhAIuB2vtV2q25_iLxCFbg97aB8hxLkoEOhaFuYyckZ7BrAiA_04FKYecA3eU3jv2_CsIqGHMjUhtLRRmlnhjgAGnrkQ%3D%3D/sq/0/lmt/1716124127801619', offset 0
[tcp @ 000002a1f9992e00] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9992e00] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f9253880] Reinit context to 1920x1088, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/139/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/audio%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRgIhAJyhDUoE5Htd41ArARqbbcFjHtqYoNvTHc8AaLD5s_34AiEA02mcuZ3lTC2ArgdIGeVCI5H1f55IMAMDIrYIK0urul8%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRAIgfzQTAjpZo35hkPwQQQmZSSH5yC9aukNAMv4QXKe7iLQCIBP_bnJ5sGfDfVAzLWNtn8L8J_RBQ690KEFc99Nn7p2W/sq/0/lmt/1716124127801614', offset 0
[tcp @ 000002a1f9992b40] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9992b40] Successfully connected to 173.194.22.106 port 443
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/140/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/audio%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRQIhANHcFSpr3mhoVmjLg5v7m-bnaH0zLcMNzG3t6z-vjbUiAiADwfDnMWTu9H-h3NtLEO3wvduJmQg_dVXa7WYR0D71hQ%3D%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRgIhAKIVQlThGFmZZyu9HUZu20xwBhE3pKiQ8cqR_DvuaIfDAiEAsTPiCPAM2F8zlwlvzY4HxZc3bBtHheN1bjiLIl6iutU%3D/sq/0/lmt/1716124127801615', offset 0
[tcp @ 000002a1f9992d00] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9992d00] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f92e4440] Reinit context to 432x240, pix_fmt: yuv420p
[h264 @ 000002a1f8c6cdc0] Reinit context to 640x368, pix_fmt: yuv420p
[h264 @ 000002a1f9a5b480] Reinit context to 864x480, pix_fmt: yuv420p
[h264 @ 000002a1f85c9fc0] Reinit context to 256x144, pix_fmt: yuv420p
[h264 @ 000002a1f9252640] Reinit context to 1280x720, pix_fmt: yuv420p
[h264 @ 000002a1f9252f40] Reinit context to 1920x1088, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH seek pos[6454671ms]
[AVIOContext @ 000002a1f6a5e240] Statistics: 33765 bytes read, 0 seeks
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline start n_timelines[2098] last_seq_no[2097].
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline end cur_seq_no[1291].
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/133/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRgIhAN-bTMt1vQU9ATdvILjWL-StrtSG_ksxBWR0BNXtxrcVAiEAnOHr-O3Adg0ejaST2n68v5_kbdwSvTs6GozZN_U5PIY%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRAIgF6sCz-1v9LYbr4fJ93mhMG3PjCv-zPXw4ADZmnHuQVQCICO4fEguSZyxKdhkdRwt7Q6n-Z80cgmOetTvUhYo4BLV/sq/1291/lmt/1716124127814521', offset 0
[tcp @ 000002a1f9861400] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9861400] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f8ba4500] Reinit context to 432x240, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH seek pos[6454671ms]
[AVIOContext @ 000002a1f6a5e500] Statistics: 62571 bytes read, 0 seeks
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline start n_timelines[2098] last_seq_no[2097].
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline end cur_seq_no[1291].
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/134/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRAIgcSyEGpUAzZZliFCLGz5kVXMwI9Wqnawno67I-WyhllACIGO8DZO-ttGdBSEDeCDswKyZeXxM_ANyWG-BNxscylOq/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRQIgFkj91c2Y8QK5aGIlN3Qp5toyZ2lU9Nw_L0gwgan9djcCIQDRZ795T7sZmLmTu8ozEu9TKOoU8b4xFnKpqAqHwQuHlA%3D%3D/sq/1291/lmt/1716124127814522', offset 0
[tcp @ 000002a1f9860440] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9860440] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f8ba84c0] Reinit context to 640x368, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH seek pos[6454671ms]
[AVIOContext @ 000002a1f6a5e8c0] Statistics: 101772 bytes read, 0 seeks
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline start n_timelines[2098] last_seq_no[2097].
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline end cur_seq_no[1291].
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/135/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRQIgU551Mwke6vUaeL1Nzaju5kQMvw-XrTZtIMk1vgQqfp0CIQCTj3pXzXqY7Jx8bwxAeWLv3BcEuIOUaOPlSunu05RzTw%3D%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRAIgc3mPq_SmxIVk0KZDeNDSua_SVOqb00RDtyOnLIVLSOMCIDhGCT2gp7OYM8TsDncJE6lHuvcei6VR_udY-aEh0Ffp/sq/1291/lmt/1716124127814523', offset 0
[tcp @ 000002a1f9860600] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9860600] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f8ba8940] Reinit context to 864x480, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH seek pos[6454671ms]
[AVIOContext @ 000002a1f6a5e640] Statistics: 13791 bytes read, 0 seeks
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline start n_timelines[2098] last_seq_no[2097].
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline end cur_seq_no[1291].
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/160/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRQIgVUqnWKBjixhFb3eBKRFvlzTRe2i4etGbjrJmro5D56YCIQCgtDSac5SrnyRFuKa_QfJXzyVfXiGiA_dLREPSsMnzGA%3D%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRAIgCANa9n82Blfq69ppekWaPAkQ6Yx_dYhqJJCplXQGix8CIB98drG796LaixyHROjD3Z0kKuXKfbUs9VSocbZoQPba/sq/1291/lmt/1716124127814527', offset 0
[tcp @ 000002a1f9860500] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9860500] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f8ba9280] Reinit context to 256x144, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH seek pos[6454671ms]
[AVIOContext @ 000002a1f6a5dfc0] Statistics: 213279 bytes read, 0 seeks
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline start n_timelines[2098] last_seq_no[2097].
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline end cur_seq_no[1291].
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/298/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRQIgTTFqArmJFHGtdEM-qm9G1l43tgSuFnmOBq4nhrDwODwCIQDSrxmZF2PiXLxSXAY2WQ9zpY29LcBh5bd-iKsqdsDH9g%3D%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRAIgakAs1hlVM2PkwWqggW_xzISiCiYo3bOk6Qt_z6-QzaoCIHX_008l7f6re608pEWxOBx4ZBW5CGKFKai0FlTrrNJQ/sq/1291/lmt/1716124127814528', offset 0
[tcp @ 000002a1f9861bc0] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9861bc0] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f8ba7700] Reinit context to 1280x720, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH seek pos[6454671ms]
[AVIOContext @ 000002a1f6a5e380] Statistics: 333562 bytes read, 0 seeks
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline start n_timelines[2098] last_seq_no[2097].
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline end cur_seq_no[1291].
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/299/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRAIgWnIFi1xVzOAYSh_NTek71p78YSPHF_z2BIIzEPdOqeACIESkO3K9fkwZObnH6NZtsGWaNMcq6hOk3Dr9ViEeRGH2/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRQIhAIuB2vtV2q25_iLxCFbg97aB8hxLkoEOhaFuYyckZ7BrAiA_04FKYecA3eU3jv2_CsIqGHMjUhtLRRmlnhjgAGnrkQ%3D%3D/sq/1291/lmt/1716124127814529', offset 0
[tcp @ 000002a1f9861f40] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9861f40] Successfully connected to 173.194.22.106 port 443
[h264 @ 000002a1f8ba2e00] Reinit context to 1920x1088, pix_fmt: yuv420p
[dash @ 000002a1f8595800] DASH seek pos[6454671ms]
[AVIOContext @ 000002a1f6a5dbc0] Statistics: 13288 bytes read, 0 seeks
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline start n_timelines[2098] last_seq_no[2097].
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline end cur_seq_no[1291].
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/139/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/audio%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRgIhAJyhDUoE5Htd41ArARqbbcFjHtqYoNvTHc8AaLD5s_34AiEA02mcuZ3lTC2ArgdIGeVCI5H1f55IMAMDIrYIK0urul8%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRAIgfzQTAjpZo35hkPwQQQmZSSH5yC9aukNAMv4QXKe7iLQCIBP_bnJ5sGfDfVAzLWNtn8L8J_RBQ690KEFc99Nn7p2W/sq/1291/lmt/1716124127814524', offset 0
[tcp @ 000002a1f9860180] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9860180] Successfully connected to 173.194.22.106 port 443
[dash @ 000002a1f8595800] DASH seek pos[6454671ms]
[AVIOContext @ 000002a1f6a5de40] Statistics: 32987 bytes read, 0 seeks
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline start n_timelines[2098] last_seq_no[2097].
[dash @ 000002a1f8595800] dash_seek with SegmentTimeline end cur_seq_no[1291].
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/140/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/audio%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRQIhANHcFSpr3mhoVmjLg5v7m-bnaH0zLcMNzG3t6z-vjbUiAiADwfDnMWTu9H-h3NtLEO3wvduJmQg_dVXa7WYR0D71hQ%3D%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRgIhAKIVQlThGFmZZyu9HUZu20xwBhE3pKiQ8cqR_DvuaIfDAiEAsTPiCPAM2F8zlwlvzY4HxZc3bBtHheN1bjiLIl6iutU%3D/sq/1291/lmt/1716124127814525', offset 0
[tcp @ 000002a1f9861d80] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9861d80] Successfully connected to 173.194.22.106 port 443
Input #0, dash, from 'https://manifest.googlevideo.com/api/manifest/dash/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/tx/51177567/txs/51177561%2C51177562%2C51177563%2C51177564%2C51177565%2C51177566%2C51177567/hfr/all/as/fmp4_audio_clear%2Cwebm_audio_clear%2Cwebm2_audio_clear%2Cfmp4_sd_hd_clear%2Cwebm2_sd_hd_clear/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/rqh/2/pacing/0/keepalive/yes/itag/0/playlist_type/DVR/sparams/expire%2Cei%2Cip%2Cid%2Csource%2Crequiressl%2Cxpc%2Ctx%2Ctxs%2Chfr%2Cas%2Cforce_finished%2Cspc%2Cvprv%2Crqh%2Citag%2Cplaylist_type/sig/AJfQdSswRgIhAJadbKntmZQ3rgs1ort_CKHHY--9ivbv544B6wLgoEHvAiEA9bihhoq_PtgE8If8gmZOadk0hHHlcAz81kD6TRMoMmE%3D':
  Duration: 02:54:46.00, start: 0.000000, bitrate: 0 kb/s
  Program 0
  Stream #0:0: Video: h264 (Main), 1 reference frame (avc1 / 0x31637661), yuv420p(tv, bt709, progressive, left), 426x240 (432x240) [SAR 1:1 DAR 71:40], 133 kb/s, 30 fps, 30 tbr, 90k tbn, 60 tbc (default)
    Metadata:
      variant_bitrate : 456228
      id              : 133
  Stream #0:1: Video: h264 (Main), 1 reference frame (avc1 / 0x31637661), yuv420p(tv, bt709, progressive, left), 640x360 (640x368) [SAR 1:1 DAR 16:9], 252 kb/s, 30 fps, 30 tbr, 90k tbn, 60 tbc (default)
    Metadata:
      variant_bitrate : 1008250
      id              : 134
  Stream #0:2: Video: h264 (Main), 1 reference frame (avc1 / 0x31637661), yuv420p(tv, bt709, progressive, left), 854x480 (864x480) [SAR 1:1 DAR 427:240], 414 kb/s, 30 fps, 30 tbr, 90k tbn, 60 tbc (default)
    Metadata:
      variant_bitrate : 1350025
      id              : 135
  Stream #0:3: Video: h264 (Constrained Baseline), 1 reference frame (avc1 / 0x31637661), yuv420p(tv, bt709, progressive, left), 256x144 [SAR 1:1 DAR 16:9], 51 kb/s, 15 fps, 15 tbr, 90k tbn, 30 tbc (default)
    Metadata:
      variant_bitrate : 212465
      id              : 160
  Stream #0:4: Video: h264 (Main), 1 reference frame (avc1 / 0x31637661), yuv420p(tv, bt709, progressive, left), 1280x720 [SAR 1:1 DAR 16:9], 873 kb/s, 60 fps, 60 tbr, 90k tbn, 120 tbc (default)
    Metadata:
      variant_bitrate : 4018075
      id              : 298
  Stream #0:5: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(tv, bt709, progressive, left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 1371 kb/s, 60 fps, 60 tbr, 90k tbn, 120 tbc (default)
    Metadata:
      variant_bitrate : 6686125
      id              : 299
  Stream #0:6: Audio: aac (HE-AAC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 48 kb/s (default)
    Metadata:
      variant_bitrate : 64000
      id              : 139
  Stream #0:7: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default)
    Metadata:
      variant_bitrate : 144000
      id              : 140
Output #0, mp4, to 'file:proggers [UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF].mp4.part':
  Metadata:
    encoder         : Lavf58.76.100
  Stream #0:0: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default)
    Metadata:
      variant_bitrate : 144000
      id              : 140
Stream mapping:
  Stream #0:7 -> #0:0 (copy)
Press [q] to stop, [?] for help
[AVIOContext @ 000002a1f6a5e100] Statistics: 32768 bytes read, 0 seeks
[dash @ 000002a1f8595800] No longer receiving stream_index 0
[AVIOContext @ 000002a1f6a5e240] Statistics: 32768 bytes read, 0 seeks
[dash @ 000002a1f8595800] No longer receiving stream_index 1
[AVIOContext @ 000002a1f6a5dd00] Statistics: 65536 bytes read, 0 seeks
[dash @ 000002a1f8595800] No longer receiving stream_index 2
[AVIOContext @ 000002a1f6a5e640] Statistics: 32768 bytes read, 0 seeks
[dash @ 000002a1f8595800] No longer receiving stream_index 3
[AVIOContext @ 000002a1f6a5e500] Statistics: 114688 bytes read, 0 seeks
[dash @ 000002a1f8595800] No longer receiving stream_index 4
[AVIOContext @ 000002a1f6a5e8c0] Statistics: 180224 bytes read, 0 seeks
[dash @ 000002a1f8595800] No longer receiving stream_index 5
[AVIOContext @ 000002a1f6a5dbc0] Statistics: 31584 bytes read, 0 seeks
[dash @ 000002a1f8595800] No longer receiving stream_index 6
[AVIOContext @ 000002a1f6a5e780] Statistics: 81554 bytes read, 0 seeks
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/140/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/audio%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRQIhANHcFSpr3mhoVmjLg5v7m-bnaH0zLcMNzG3t6z-vjbUiAiADwfDnMWTu9H-h3NtLEO3wvduJmQg_dVXa7WYR0D71hQ%3D%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRgIhAKIVQlThGFmZZyu9HUZu20xwBhE3pKiQ8cqR_DvuaIfDAiEAsTPiCPAM2F8zlwlvzY4HxZc3bBtHheN1bjiLIl6iutU%3D/sq/1292/lmt/1716124127814535', offset 0
[tcp @ 000002a1f9861300] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9861300] Successfully connected to 173.194.22.106 port 443
[AVIOContext @ 000002a1f6a5e100] Statistics: 82198 bytes read, 0 seeks
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/140/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/audio%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRQIhANHcFSpr3mhoVmjLg5v7m-bnaH0zLcMNzG3t6z-vjbUiAiADwfDnMWTu9H-h3NtLEO3wvduJmQg_dVXa7WYR0D71hQ%3D%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRgIhAKIVQlThGFmZZyu9HUZu20xwBhE3pKiQ8cqR_DvuaIfDAiEAsTPiCPAM2F8zlwlvzY4HxZc3bBtHheN1bjiLIl6iutU%3D/sq/1293/lmt/1716124127814545', offset 0
[tcp @ 000002a1f9860c00] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9860c00] Successfully connected to 173.194.22.106 port 443
[AVIOContext @ 000002a1f6a5dfc0] Statistics: 82363 bytes read, 0 seeks
[dash @ 000002a1f8595800] DASH request for url 'https://rr5---sn-ogul7nll.googlevideo.com/videoplayback/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/itag/140/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/playlist_type/DVR/ratebypass/yes/mime/audio%2Fmp4/live/1/gir/yes/noclen/1/dur/5.000/rqh/1/keepalive/yes/sparams/expire,ei,ip,id,itag,source,requiressl,xpc,force_finished,spc,vprv,playlist_type,ratebypass,mime,live,gir,noclen,dur,rqh/sig/AJfQdSswRQIhANHcFSpr3mhoVmjLg5v7m-bnaH0zLcMNzG3t6z-vjbUiAiADwfDnMWTu9H-h3NtLEO3wvduJmQg_dVXa7WYR0D71hQ%3D%3D/initcwndbps/975000/mh/J1/mm/44/mn/sn-ogul7nll/ms/lva/mt/1716138274/mv/m/mvi/5/pl/24/lsparams/initcwndbps,mh,mm,mn,ms,mv,mvi,pl/lsig/AHWaYeowRgIhAKIVQlThGFmZZyu9HUZu20xwBhE3pKiQ8cqR_DvuaIfDAiEAsTPiCPAM2F8zlwlvzY4HxZc3bBtHheN1bjiLIl6iutU%3D/sq/1294/lmt/1716124127814555', offset 0
[tcp @ 000002a1f9860b40] Starting connection attempt to 173.194.22.106 port 443
[tcp @ 000002a1f9860b40] Successfully connected to 173.194.22.106 port 443
No more output streams to write to, finishing.
size=     280kB time=00:00:14.98 bitrate= 152.8kbits/s speed=17.8x
video:0kB audio:276kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.370101%
Input file #0 (https://manifest.googlevideo.com/api/manifest/dash/expire/1716160222/ei/fjJKZqjJNsH12roP0pm3wAg/ip/37.19.205.180/id/13JMoUOkal4.1/source/yt_live_broadcast/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/tx/51177567/txs/51177561%2C51177562%2C51177563%2C51177564%2C51177565%2C51177566%2C51177567/hfr/all/as/fmp4_audio_clear%2Cwebm_audio_clear%2Cwebm2_audio_clear%2Cfmp4_sd_hd_clear%2Cwebm2_sd_hd_clear/force_finished/1/spc/UWF9f4E5I14AInWR6piCfs-yWP4y0IsOf6_rgvztau2Y3lUXZxRoGOM/vprv/1/rqh/2/pacing/0/keepalive/yes/itag/0/playlist_type/DVR/sparams/expire%2Cei%2Cip%2Cid%2Csource%2Crequiressl%2Cxpc%2Ctx%2Ctxs%2Chfr%2Cas%2Cforce_finished%2Cspc%2Cvprv%2Crqh%2Citag%2Cplaylist_type/sig/AJfQdSswRgIhAJadbKntmZQ3rgs1ort_CKHHY--9ivbv544B6wLgoEHvAiEA9bihhoq_PtgE8If8gmZOadk0hHHlcAz81kD6TRMoMmE%3D):
  Input stream #0:0 (video): 0 packets read (0 bytes);
  Input stream #0:1 (video): 0 packets read (0 bytes);
  Input stream #0:2 (video): 0 packets read (0 bytes);
  Input stream #0:3 (video): 0 packets read (0 bytes);
  Input stream #0:4 (video): 0 packets read (0 bytes);
  Input stream #0:5 (video): 0 packets read (0 bytes);
  Input stream #0:6 (audio): 0 packets read (0 bytes);
  Input stream #0:7 (audio): 761 packets read (282811 bytes);
  Total: 761 packets (282811 bytes) demuxed
Output file #0 (file:proggers [UgkxtRQ1IbRiKK97UiuLDw1r_eVSZb56AoeF].mp4.part):
  Output stream #0:0 (audio): 760 packets muxed (282461 bytes);
  Total: 760 packets (282461 bytes) muxed
[AVIOContext @ 000002a1f6a5de40] Statistics: 2 seeks, 5 writeouts
[AVIOContext @ 000002a1f6a5e240] Statistics: 65536 bytes read, 0 seeks
[AVIOContext @ 000002a1f6a57300] Statistics: 867405 bytes read, 0 seeks
[download] 100% of  279.62KiB in 00:00:06 at 44.75KiB/s
@mpccelon mpccelon added site-bug Issue with a specific website triage Untriaged issue labels May 19, 2024
@bashonly
Copy link
Member

When a livestream has just ended and is in "post-live manifestless mode", yt-dlp generates its own playlist(s) of fragments for the different formats' video/audio stream(s). This pseudo-manifests cannot be passed to ffmpeg, which is used for clip downloads (since ffmpeg can seek and download sections), so yt-dlp instead passes the actual DASH manifest URL to ffmpeg. At that point, what is downloaded depends on ffmpeg's default behavior for processing the DASH manifest, and that's likely not going to be what yt-dlp intended. In your verbose log's case, ffmpeg grabs the last variant of the DASH manifest, which happens to be one of the audio tracks.

@bashonly bashonly added the bug Bug that is not site-specific label May 19, 2024
@bashonly bashonly changed the title -f <format-id> downloads the wrong video from youtube /clip/ URL Unexpected results when downloading youtube clips in post-live manifestless mode May 19, 2024
@bashonly
Copy link
Member

The good news is that this video will be processed by youtube and no longer be in "post-live manifestless mode" if you try again after some hours have passed

@mpccelon
Copy link
Author

Thanks for this!

I was able to confirm that it's able to download the correct format for livestream VODs from last week; it definitely is a "stream just ended" thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that is not site-specific site-bug Issue with a specific website triage Untriaged issue
Projects
None yet
Development

No branches or pull requests

2 participants