Windows error 0xC00D0035, -1072889803

Detailed Error Information

NS_E_SERVER_NOT_FOUND[1]

MessageThe specified server could not be found.%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 Code53 (0x0035)

Questions

3votes
0answers

Oddity: MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED error while playing back .WMV files

I'm getting an error while playing back a few movie trailers fetched from a web service. The error is thrown on the MediaElement's MediaFailed-event: MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0xC00D0035 What I've found so far is that it might have something to do with transcoding or the likes - so here [...] read more
c#
encoding
windows-8
media-player
windows-store-apps

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