Opened 7 months ago

#10620 new defect

ffmpeg downloads corrupted audio file when downloading from m3u8

Reported by: Pam Owned by:
Priority: normal Component: ffmpeg
Version: unspecified Keywords: m3u8
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
How to reproduce:

run:
ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "https://vod-ftc-eu-east-1.media.dssott.com/ps01/disney/cee3018e-8089-4412-8b87-7df3a34195e4/r/composite_128k_mp4a.40.2_en_NARRATION_14c97d07-def6-41a8-b841-93a0ac24509b_9e41d253-44c7-458e-8ed9-4cf68e3b0c3e.m3u8" -c copy "cee3018e808944128b877df3a34195e4.eac3" -preset ultrafast -loglevel warning -hide_banner -stats')

it returns a corrupted and unplayable file(45,8 MB)

console logs:
Trailing option(s) found in the command: may be ignored.
File 'downloads\cee3018e808944128b877df3a34195e4.eac3' already exists. Overwrite? [y/N] y
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -2958848000, new offset= 2958848000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -8042666, new offset= 2966890666
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -10047999, new offset= 2976938665
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -8042666, new offset= 2984981331
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -8042667, new offset= 2993023998
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -6058666, new offset= 2999082664
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -6058666, new offset= 3005141330
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -8042667, new offset= 3013183997
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -8042666, new offset= 3021226663
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -8042666, new offset= 3029269329
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -8042667, new offset= 3037311996
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -8042666, new offset= 3045354662
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -8042666, new offset= 3053397328
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000022ed2c47240] Found duplicated MOOV Atom. Skipped it
[aist#0:0/aac @ 0000022ed31f9180] timestamp discontinuity (stream id=0): -8042667, new offset= 3061439995
size= 46977kB time=00:51:09.46 bitrate= 125.4kbits/s speed= 108x

Attachments (1)

ffmpeg-20231014-214931.log (390.1 KB ) - added by Pam 7 months ago.

Download all attachments as: .zip

Change History (1)

by Pam, 7 months ago

Attachment: ffmpeg-20231014-214931.log added
Note: See TracTickets for help on using tickets.