Opened 3 years ago

Closed 3 years ago

#9182 closed defect (needs_more_info)

try download audio m3u8 but get audio file with missing parts

Reported by: hyper Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: hls regression
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
Hello, i have script which download audio from m3u8 files by ffmpeg. It works perfect about half year ago, but now it save audio without some part (e.g. file have duration equals 3:09, but ffmpeg save with duration 2:09 without parts between 0:25 ~ 0:47 and etc), i try .m3u8 file in vlc and streamlink and it works and downloads perfectly.
How to reproduce:

% ffmpeg -y -protocol_whitelist file,http,https,tcp,tls,crypto -i 466874.m3u8 -c copy 466874.mp3
ffmpeg version 4.2.4-1ubuntu0.1
built on ubuntu

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Attachments (1)

466874.m3u8 (4.3 KB ) - added by hyper 3 years ago.
playlist file, pieces may not be available after a while

Download all attachments as: .zip

Change History (2)

by hyper, 3 years ago

Attachment: 466874.m3u8 added

playlist file, pieces may not be available after a while

comment:1 by Carl Eugen Hoyos, 3 years ago

Keywords: hls regression added
Resolution: needs_more_info
Status: newclosed

Please reopen this ticket if you can explain how we can reproduce the issue.

Note: See TracTickets for help on using tickets.