GNOME Bugzilla – Bug 151122
playing a m4a-file using "spider" doesn't work
Last modified: 2004-12-22 21:47:04 UTC
Hi, after talking to markey and BBB on #gstreamer we figured the following: this command works for my m4a-files: gst-launch filesrc location=file.m4a ! qtdemux ! faad ! audioconvert ! audioscale ! osssink but this doesn't work. gst-launch filesrc location=file.m4a ! spider ! audioconvert ! audioscale ! osssink Amarok uses spider, so for now, amarok can't play m4a-files. I'll attach a m4a-file so you can test it. Thanks! Martin
uploading as attachment failed, so here is the link: http://www-ti.informatik.uni-tuebingen.de/~mkoebele/Lost-1mb.m4a Martin
I see this too, with Fedora Core 3 Test 3. Kinda painful since rhythmbox won't find (and thus play) audio scanned by iTunes.
The reason for this bug was quite simple really. We had a typo in our typefindfunctions where MP4 was detected as raw AAC. It should work in current CVS. Please reopen if you see this bug again.