Windows error 0xC00D5214, -1072868844

Detailed Error Information

MF_E_TOPO_UNSUPPORTED[1]

MessageUnsupported operations in topoloader.%0
Declared inMferror.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 Code21012 (0x5214)

Questions

0votes
1answer

Is mms:// URL supported over Media Foundation?

I am running Media foundation sample example MFPlayer to render the URL mms://. this is getting failed with error code MF_E_INVALIDMEDIATYPE. In GetMajorType of this Sample, type is coming as MFMediaType_Image instead of MFMediaType_Video. 1. Any reason why it coming as MFMediaType_Image even it is a video file? 2. If [...] read more
winapi
directshow
mms
windows-media-player
ms-media-foundation

Comments

Leave a comment

(plain text only)

Sources

  1. Mferror.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