Bug 4189 - mp3 file playback gets truncated
: mp3 file playback gets truncated
Status: RESOLVED FIXED
Product: SB 2/3
Classification: Unclassified
Component: Audio
: 64
: All All
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-09-22 12:27 UTC by Kevin Pearsall
Modified: 2008-12-18 11:40 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments
file that breaks. (5.85 MB, audio/mpeg)
2006-09-22 12:29 UTC, Kevin Pearsall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Pearsall 2006-09-22 12:27:49 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.
Comment 1 Kevin Pearsall 2006-09-22 12:28:15 UTC
reproduced in trunk r9974 and 6.5.0 release
Comment 2 Kevin Pearsall 2006-09-22 12:29:14 UTC
Created attachment 1573 [details]
file that breaks.
Comment 3 Chris Owens 2006-09-25 11:16:49 UTC
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.
Comment 4 Richard Titmuss 2006-09-26 13:11:47 UTC
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.
Comment 5 Dan Sully 2006-09-26 13:56:09 UTC
Fixed in change 10052