View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019790 | MMW 5 | Codecs | public | 2023-02-04 17:21 | 2023-08-16 11:03 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 5.1 | Fixed in Version | 5.1 | ||
Summary | 0019790: Some MP3s with incorrect info fail to play | ||||
Description | Some MP3s with incorrect info fail to play, we should look at them and make MM more robust on playback due the fact that Audio Data is OK. My best guess is that they needs to be remuxed if possible or at least make them play normally. Sample file uploaded to FTP. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2800 | ||||
|
The file contains some wrong MP3 frame or with wrong header - it mixes MP3 layer I frame and MP3 layer III frames. It seems Windows decoder we use cannot handle such files well (that is why WMP or Groove app cannot play it correctly too). The only solution is probably to detect such problematic situation in advance and do not use Windows Media Foundation decoder for them. |
|
Fixed in build 2800. In case different frame format is detected near the beginning of MP3 file, the file is not played by our Media Foundation plugin, but by in_wmp3 plugin, which can handle this situation. |
|
Verified 2804 |