MediaElement and RTSP

末鹿安然 提交于 2019-11-29 15:18:11

问题


Does MediaElement support RTSP?

I've got a stream going and I'm able to consume the stream with VLC Player via:

rtsp://192.168.1.17:554/stream

However, when trying to use Windows Media Player, I'm not able to stream it. Which begs the question, does MediaElement support RTSP?

I'm working with WPF on .NET 4.0.


回答1:


VLC has comprehensive support for RTSP (through live555 library), while support in Windows Media Player is limited.

You might want to check this article on MSDN: Supported Media Formats, Protocols, and Log Fields.

Supported Codecs

Below is a rollup list of formats codecs supported by the MediaElement. These encodings are supported regardless of the file name extension.

See also: MediaElement and custom RTSP stream.



来源:https://stackoverflow.com/questions/9335456/mediaelement-and-rtsp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!