Windows Phone 7 上的 MediaElement 和 AAC 流支持

发布于 2024-11-28 18:30:38 字数 313 浏览 5 评论 0原文

根据此链接 Windows Phone 7 支持在浏览器中以及通过 MediaElement API 进行 AAC 编码的音频流。我们在我们的设备(例如 HTC HD7 T9292、最新更新 - 版本 7.0 (7392) ),但它无法在网络浏览器中或通过 API 运行。 mp3 直播效果很好。

有什么线索吗,为什么 AAC 不起作用,即使文档说它应该起作用? BR 斯坦

According to this link the Windows Phone 7 supports the AAC encoded audio stream in the browser and via the MediaElement API as well. We have tested few the icecast streams (e.g. this) it on our devices (e.g. HTC HD7 T9292, with latest updated - ver 7.0 (7392) ), but it does not work either in web browser or via API. The mp3 live stream works fine.

Any clues, why the AAC does not work, even the documentation says it should?
BR
SteN

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇纵 2024-12-05 18:30:38

Icecast 不是纯 AAC,在 7.0 中,您需要使用自定义 MediaStreamSource 去除icecast 标头和元数据,然后将原始 AAC 提供给 MediaElement。

从你的评论来看,他们可能已经为 Mango 添加了原生的icecast 支持。

Icecast is not pure AAC, in 7.0 you need to strip out the icecast headers and metadata using a custom MediaStreamSource and then feed the raw AAC to the MediaElement.

It looks like from your comments that they may have added native icecast support to Mango.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文