Bugzilla – Bug 4189
mp3 file playback gets truncated
Last modified: 2008-12-18 11:40:15 UTC
this file plays all the way through in itunes and in vlc. may be a bad file, but if other players play it fine, we should too.
reproduced in trunk r9974 and 6.5.0 release
Created attachment 1573 [details] file that breaks.
Richard, would you have a look at this? Kevin, can you tell us anything about what program was used to create this file? And of course there are major differences between our capabilities and those of vlc. We don't have infinite space to store and run our code, for instance. There can definitely be cases where it's not possible for us to play some kind of broken files.
The slimserver is getting the audio_size wrong when scanning. Setting audio_size=filesize and the file plays back ok. Handing over to Dan to have a look at.
Fixed in change 10052