Windows error 0xC00D36EE, -1072875794

Detailed Error Information

MF_E_BYTESTREAM_NOT_SEEKABLE[1]

MessageThe provided bytestream was expected to be seekable and it is not.%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 Code14062 (0x36ee)

Questions

1vote
2answers

Source reader and custom non-seekable byte stream

I'm implementing a custom IMFByteStream to stream video over a network, but the problem is that I cannot pass its object to the source resolver to create media source, because the CreateObjectFromByteStream is returning an error: > 0xc00d36ee : The provided bytestream was expected to be seekable and it is [...] read more
c++
ms-media-foundation
asf

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