views:

135

answers:

0

After a short period of time learning about how to play a mp3 http url on windows mobile 6.0, I found that very less dll support that (until now, I just found out Bass.dll work nice). So I intend to change to another way to approach the goal. Here's my idea:

  1. Get a stream from http url.
  2. Decode the mp3 stream.
  3. Play the result from step 2.

    Coz I'm new on this field, so feel free and explain to me what I'm wrong and/or show me the way.