Skip to content
Discussion options

You must be logged in to vote

Hi,

This error is generated by Media Foundation:

  • For decimal -1072875836 / hex 0xc00d36c4
    MF_E_UNSUPPORTED_BYTESTREAM_TYPE mferror.h
  • The byte stream type of the given URL is unsupported.

Possible solution:
What you can try is to add code in your application that renames the file to yourfile.mp4 before opening.
Then load the file and when done rename it back to youfile.m4b.

By default .m4b is not supported by Media Foundation. See here

Regards Tony.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by peardox
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #79 on October 13, 2024 15:09.