Windows Phone 上的流媒体广播

发布于 2024-10-18 06:45:50 字数 47 浏览 0 评论 0 原文

我想知道是否可以在 WP 设备上使用 C# 语言从 RSS 源读取无线电流。 蒂

i would like to know if is it possible to read a radio stream from a RSS feed on a WP device and while using C# language.
ty

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

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

发布评论

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

评论(1

冰雪梦之恋 2024-10-25 06:45:50

这是可能的,但这取决于您将获得的流的格式。除了实际媒体的位置之外,RSS 提要本身不包含任何流数据。您可能需要使用 HttpWebRequest< /a> 获取数据并实施 MediaStreamSource 来实际处理流式内容。

It is possible but it depends on the format of the stream you will be obtaining. The RSS feed by itself contains no streaming data whatsoever, other than the location of the actual media. You might need to use HttpWebRequest to get the data and implement MediaStreamSource to actually process the streamed content.

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