RTSP and MediaElement

1

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?

c#
wpf
rtsp
mediaelement
asked on Stack Overflow Feb 21, 2012 by Brian Liang • edited Mar 13, 2013 by Roman R.

1 Answer

1

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

answered on Stack Overflow Feb 21, 2012 by Roman R. • edited May 23, 2017 by Community

User contributions licensed under CC BY-SA 3.0