The CMdaAudioOutputStream is repeatedly playing the Buffer with out stopping
| Mon, 2007-12-10 08:01 | |
|
Hi, I am playing a stream from a server through CMdaAdioOututStream API. I am sending the data buffer contained in the CMMFDescriptorBuffer object (as the input and output to Codec's ProcessL is of type this object) to the WriteL() of CMdaAdioOututStream. The problem is the same song is being reaptedly played that has been decoded first. I want my application to play each songs that are being streamed from VLC one by one. Where may be the problem ? Thanks and Regards, |
|






Forum posts: 97
Hi,
Check the contents of the descroptor being passed to WriteL(). Make sure that the data in the buffer is the correct one.
It is very difficult say something without actually taking a look into the code.
Chao,
Raghav
Forum posts: 110
I agree completely with the previous post: without seeing the code it's impossible to say. I know of at least one defect in Symbian's CMdaAudioOutputStream implementation but it's more likely to be your code that's wrong.