does media foundation support WTV?

0

WTV is Microsoft's proprietary format. But when I use CreateObjectFromURL to open a WTV file, it simply complains "Could not open the file. (HRESULT = 0xc00D36C4)". How can I render a wtv file?

ms-media-foundation
asked on Stack Overflow Jun 7, 2013 by Trio Cheung

1 Answer

0

The answer is in the returned value: 0xC00D36C4 is MF_E_UNSUPPORTED_BYTESTREAM_TYPE - "The byte stream type of the given URL is unsupported."

As for support in DirectShow see Consumption of a WTV file in DirectShow.

answered on Stack Overflow Jun 7, 2013 by Roman R.

User contributions licensed under CC BY-SA 3.0