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