Windows error 0xC00D36C3, -1072875837

Detailed Error Information

MF_E_UNSUPPORTED_SCHEME[1]

MessageThe scheme of the given URL is unsupported.%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 Code14019 (0x36c3)

Questions

0votes
2answers

UWP live sound streaming project

I am trying to create a live communication project between two machines only with sound based on the windows sample. https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/SimpleCommunication . I am doing it in VB. What happens in the sample is that there is a mainpage and the user calls the scenario he wants to execute but [...] read more
audio
uwp
live

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