Windows Mobile 应用程序 - 播放彩信流?
我'我正在尝试编写一个针对 Windows Mobile 6.x 的 Windows Mobile 应用程序,该应用程序将通过 MMS 协议传输互联网广播流(这只是其中的一项功能)。
.NET Compact Framework 是否有内置控件或 API 可以执行此操作? 或者我需要开始寻找第三方库?
我有点困惑为什么 .NET Compact Framework 不支持这一点? 我的意思是 MMS 是 Microsoft 专有的 Windows 流媒体协议。
我实际上也不知道如何通过 http 传输 MP3。 我已经尝试过这个,但没有成功:
事实上,如果我导航到移动设备的 Windows Media Player 本身并为其提供相同的 URL,则不会成功。 然而,这个相同的 URL 可以在我的台式计算机上的 Windows Media Player 中使用。
提前致谢。
编辑:所以我将重新发布这个问题,而不是我错误地检查过的“社区维基”。 我需要你们有更多的动力来回答涉及声誉的问题。
Possible Duplicate:
Windows Mobile App - Play Stream Over MMS Protocol?
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在 下载 WM6 SDK http://www.microsoft.com/downloads/details.aspx?FamilyID=06111A3A-A651-4745-88EF-3D48091A390B&displaylang=en,您可能会找到有关此类应用程序的示例源。 根据该示例源,您可以根据需要修改和自定义应用程序。 可能你还需要VS来安装此类SDK。
You can download WM6 SDK at http://www.microsoft.com/downloads/details.aspx?FamilyID=06111A3A-A651-4745-88EF-3D48091A390B&displaylang=en and you may find sample sources about this kind of application. Based on that sample sources, you can modify and customize the application to your need. May be you also need VS for installing such kind of SDK.
Windows Mobile 不支持彩信。 Windows Mobile 仅支持短信。 由 OEM 提供 MMS 支持,大多数都购买一些第三方 MMS 应用程序。
因此,没有一种方法可以在所有 Windows Mobile 设备上实现您想要的操作。 OEM 可能会提供库来提供帮助,但很可能不会。
Windows Mobile does not come with MMS support. Windows Mobile only comes with SMS support. It's up to the OEM's to provide MMS support, most do purchasing some third party MMS application.
So there is no one way to do what you want that will work on all Windows Mobile devices. A OEM may provide libraries to help, but most likely not.