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

MP3 file no longer work - here's a new one #121

Open
andylizi opened this issue Sep 3, 2021 · 2 comments
Open

MP3 file no longer work - here's a new one #121

andylizi opened this issue Sep 3, 2021 · 2 comments

Comments

@andylizi
Copy link

andylizi commented Sep 3, 2021

The one from #57 doesn't work anymore (DEMUXER_ERROR_COULD_NOT_OPEN: FFmpegDemuxer: open context failed in browser and Invalid frame size (72): Could not seek to 72 in ffmpeg).

Here's a new one with 76 bytes: mp3.zip

data:audio/mpeg;base64,/+MYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+MYwA==
@lieff
Copy link

lieff commented Sep 3, 2021

Looks like regression in ffmpeg.
Old file contains fully correct 1 mp3 frame while new file contains 1frame + only header from 2nd frame.
So second file which works is less correct than old file.

@divinity76
Copy link

Looks like regression in ffmpeg. Old file contains fully correct 1 mp3 frame while new file contains 1frame + only header from 2nd frame. So second file which works is less correct than old file.

guess someone should file a bugreport @FFmpeg ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants