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?
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
User contributions licensed under CC BY-SA 3.0