MediaElement and RTSP

前端 未结 1 927
萌比男神i
萌比男神i 2021-01-01 04:18

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

How

1条回答
  •  一整个雨季
    2021-01-01 05:06

    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.

    0 讨论(0)
提交回复
热议问题