I'm trying to write a Windows Mobile app targeting Windows Mobile 6.x that will stream an internet radio stream delivered via MMS protocol (just one feature among other things).
Does the .NET Compact Framework have built-in controls or API's that will do this? Or would I need to start looking for a third-party library?
I'm a little confused why this wouldn't be supported in the .NET Compact Framework? I mean MMS is Microsoft's proprietary Windows streaming protocol.
I'm actually not sure how to stream MP3 over http either. I have tried this, but it was unsuccessful:
In fact, it is unsuccessful if I navigate to the mobile's Windows Media Player itself and give it the same URL. However, this same URL does work from the Windows Media Player on my desktop computer.
Thanks in advance.
EDIT: So I'm going to repost this question not as "Community Wiki," which I mistakenly checked. I need you guys to have more incentive to answer the question with reputation being involved.