[FFmpeg-trac] #11435(avformat:closed): Added "-extension_picky" breaks MPV?
FFmpeg
trac at avcodec.org
Tue Feb 4 03:34:06 EET 2025
#11435: Added "-extension_picky" breaks MPV?
------------------------------------+------------------------------------
Reporter: QFox | Owner: (none)
Type: defect | Status: closed
Priority: normal | Component: avformat
Version: git-master | Resolution: fixed
Keywords: hls | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 1 |
------------------------------------+------------------------------------
Comment (by kasper93):
The same issue on Twitter.
{{{
python -m yt_dlp https://x.com/<any_hls_video> --get-url
mpv -v <m3u8 playlist from the above>
}}}
{{{
[ 0.694143] ffmpeg/demuxer: hls: detected format
mov,mp4,m4a,3gp,3g2,mj2 extension
mov,mp4,m4a,3gp,3g2,mj2,psp,m4b,ism,ismv,isma,f4v,avif,heic,heif
mismatches allowed extensions in url
https://video.twimg.com/ext_tw_video/<...>.m4s
[ 0.694239] ffmpeg/demuxer: hls: Error when loading first segment
'https://video.twimg.com/ext_tw_video/<...>.m4s'
[ 0.695505] lavf: avformat_open_input() failed
[ 0.695553] lavf: Leaking 1 nested connections (FFmpeg bug).
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11435#comment:11>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list