Play mp3 stream from http URL on Windows Mobile 6.0
Posted
by Thyphuong
on Stack Overflow
See other posts from Stack Overflow
or by Thyphuong
Published on 2010-05-15T02:43:57Z
Indexed on
2010/05/15
2:54 UTC
Read the original article
Hit count: 208
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:
- Get a stream from http url.
- Decode the mp3 stream.
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.
© Stack Overflow or respective owner