Windows error 0xC00D11BB, -1072885317

Detailed Error Information

NS_E_WMP_INVALID_PROTOCOL[1]

MessageWindows 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:").%0
Declared innserror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode13 (0x00d)
NameFACILITY_MEDIASERVER[2][3]
DescriptionThe source of the error code is the Windows Media Server.[2][3]
Error Code4539 (0x11bb)

Questions

1vote
1answer

RTSP and MediaElement

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 [...] read more
c#
wpf
rtsp
mediaelement

Comments

Leave a comment

(plain text only)

Sources

  1. nserror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0