PDA

View Full Version : Streaming mp3 with phonon in Windows,need help.



MorrisLiang
29th May 2010, 08:36
I'm trying to stream mp3 from a server with phonon in Windows.The phonon backend is DirectShow.
Most of the time,it works properly.But sometimes I get error code"80040218".
I did some googling.And find this:http://social.msdn.microsoft.com/Forums/en-US/windowsdirectshowdevelopment/thread/63084404-ca84-4a3c-ab20-6972b5fb60c7
It's said that the mpeg-1 parser could not handle mp3 files with large ID3v2 tag.And using WM ASF Reader source filter will solve the problem.

But I don't know how to replace the default parser with the WM ASF Reader.Does anyone knows how to do it or another way to solve the problem?