This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12221 - AAC files from BBC won't play on Clip+
Attached to Project:
Rockbox
Opened by Jonathan Addleman (jaddle) - Monday, 08 August 2011, 14:51 GMT+2
Last edited by Andree Buschmann (Buschel) - Tuesday, 23 August 2011, 22:17 GMT+2
Opened by Jonathan Addleman (jaddle) - Monday, 08 August 2011, 14:51 GMT+2
Last edited by Andree Buschmann (Buschel) - Tuesday, 23 August 2011, 22:17 GMT+2
|
DetailsI downloaded some AAC files from the bbc, using the get-iplayer utility. The files play just fine on the computer, but on my rockboxed Clip+, they seem to freeze up the player entirely. I have to hold the power button for a long time to reset it. I just tried updating to rockbox 3.9, but I'm not seeing any difference with the new firmware.
When I play the file in mplayer, it gives the following info: major_brand: M4A minor_version: 512 compatible_brands: isomiso2 encoder: Lavf52.64.2 ========================================================================Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding) AUDIO: 44100 Hz, 2 ch, s16le, 48.0 kbit/3.40% (ratio: 6000->176400) Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio)) ======================================================================== I uploaded one of the broken files to my server at though it's a large file - about 30 megs. This is an entire radio broadcast. http://www.redowl.ca/files/BBC_Proms_-_2011_Proms_Chamber_Music_1._PCM_01_-_Bachs_Goldberg_Variations_b012llr2_default.m4a All the m4a files I've downloaded seem to be broken like this though. Any idea why these files aren't working? Is there anything I can do, short of transcoding them to another format? |
This task depends upon
Maybe I should check the behaviour of malloc() on my target. The sim refuses playback as intended.
Test file:
http://duke.edu/~mgg6/rockbox/BBC_Proms_-_2011_Proms_Chamber_Music_1._PCM_01_-_Bachs_Goldberg_Variations_b012llr2_default_001.m4a
On a side note, the sim doesn't seem to print much debug info when it encounters an error. Perhaps it would make sense to have some of the error conditions DEBUGF when they encounter a problem.
You're right, the Clip+ and Nano2G sound fine.
It would be nice to be able to keep the files intact, of course, but this is much better (and quicker) than transcoding them all.
Shall we close this bug report? I do not think we can fix anything here...
True, I dropped this approach due to the performance impact.