Feodor2 / Mypal68

web browser
Other
627 stars 39 forks source link

Cannot decode M4A audio with non-UTF8 tags #504

Open newbie-461 opened 2 months ago

newbie-461 commented 2 months ago

simple test file: https://github.com/user-attachments/assets/95bf6c14-7407-40c0-88b5-da01e5b633fb

it could be decoded with 68.13.5b (and FF52), but mypal68 newer versions failed

_Media resource (URI) could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_METADATAERR (0x806e0006) Details: virtual RefPtr thiscall mozilla::MP4Demuxer::Init(void): Parse MP4 metadata failed

newbie-461 commented 2 months ago

BTW, how to set up warns when closing multiple tabs only (no tip on the last tab like traditional version), pop-up AD windows with quit warn are annoying

RamonUnch commented 2 months ago

BTW, how to set up warns when closing multiple tabs only (no tip on the last tab like traditional version), pop-up AD windows with quit warn are annoying

in about:config , set browser.tabs.warnOnClose true/false.

newbie-461 commented 2 months ago

BTW, how to set up warns when closing multiple tabs only (no tip on the last tab like traditional version), pop-up AD windows with quit warn are annoying

in about:config , set browser.tabs.warnOnClose true/false.

it will turn off all tips, but i want to keep warn when there are at least 2 tabs

newbie-461 commented 2 months ago

https://github.com/mozilla/mp4parse-rust/issues/268

https://github.com/Feodor2/Mypal68/pull/508