What does HRESULT 0xC00D4270 (MF_E_NET_INVALID_PRESENTATION_DESCRIPTOR) mean?

 
Previous Next
MF_E_NET_MANUALSS_NOT_SUPPORTED MF_E_NET_CACHESTREAM_NOT_FOUND

MF_E_NET_INVALID_PRESENTATION_DESCRIPTOR

MF_E_NET_INVALID_PRESENTATION_DESCRIPTOR means the network source could not provide a usable presentation descriptor for the media. The problem can be malformed stream metadata, an incompatible source implementation, or an invalid application assumption about available streams.

What to check

  • Record the URL, protocol, and source resolver used to open the stream.
  • Compare the result with a known-good asset from the same server.
  • Check server-side manifest, playlist, or stream metadata rather than only the transport connection.

Microsoft: Networking in Media Foundation

Microsoft: Media Foundation client logging


Looking for a different code? Search another status or error code.