RTSP 和 MediaElement

发布于 2025-01-07 22:05:33 字数 233 浏览 3 评论 0原文

我在尝试使用 MediaElement 使用 RTSP 源时遇到问题:

我收到异常:

Exception from HRESULT: 0xC00D11BB

这表明:

Windows Media Player 无法播放该文件,因为不支持指定的协议。如果您在“打开 URL”对话框中键入了 URL,请尝试使用不同的传输协议(例如“http:”或“rtsp:”)。

什么给?

I'm having trouble trying to consume an RTSP feed with MediaElement:

I'm getting an exception:

Exception from HRESULT: 0xC00D11BB

Which indicates that:

Windows Media Player cannot play the file because the specified protocol is not supported. If you typed a URL in the Open URL dialog box, try using a different transport protocol (for example, "http:" or "rtsp:").

What gives?

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

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

发布评论

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

评论(1

豆芽 2025-01-14 22:05:33

错误标识符是 NS_E_WMP_INVALID_PROTOCOL ,发生这种情况是因为这种类型的 RTSP 源很可能不受支持/不兼容,请参阅上一个问题中支持的格式的链接 MediaElement 和 RTSP

The error identifier is NS_E_WMP_INVALID_PROTOCOL and it happens because most likely this type of RTSP feed is not supported/compatible, see link on supported formats in your previous question MediaElement and RTSP

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