What does HRESULT 0xC00D426F (MF_E_NET_MANUALSS_NOT_SUPPORTED) mean?

 
Previous Next
MF_E_NET_STREAMGROUPS_NOT_SUPPORTED MF_E_NET_INVALID_PRESENTATION_DESCRIPTOR

MF_E_NET_MANUALSS_NOT_SUPPORTED

MF_E_NET_MANUALSS_NOT_SUPPORTED indicates that the network source controls stream selection itself and does not allow the application to select streams manually.

What to check for MF_E_NET_MANUALSS_NOT_SUPPORTED

  • Fall back to automatic stream selection for this source.
  • Verify that the requested tracks exist in the presentation descriptor before treating the failure as a server error.
  • Do not confuse this with a missing codec; it is an unsupported control operation.

Microsoft: Networking in Media Foundation

Microsoft: Media Foundation client logging

Diagnostic interpretation of MF_E_NET_MANUALSS_NOT_SUPPORTED

MF_E_NET_MANUALSS_NOT_SUPPORTED has the HRESULT value 0xC00D426F. AllStat records the condition as “Manual stream selection is not supported.%0”. For MF_E_NET_MANUALSS_NOT_SUPPORTED, in practice, interpret that wording at the boundary owned by Media Foundation or Windows media pipeline state, rather than treating the value as a generic Windows message.

Evidence to capture for MF_E_NET_MANUALSS_NOT_SUPPORTED

  • Record the exact COM method or Windows API, its input object, the calling thread, and the full 0xC00D426F value before a wrapper converts it to an exception or Boolean result.
  • Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions MF_E_NET_MANUALSS_NOT_SUPPORTED or the mf / net / manualss / supported operation.
  • Reproduce MF_E_NET_MANUALSS_NOT_SUPPORTED with the smallest valid input and note whether the result changes with identity, architecture, service state, or target object.

Retry and recovery for MF_E_NET_MANUALSS_NOT_SUPPORTED

Retry MF_E_NET_MANUALSS_NOT_SUPPORTED only when the owning API documents a transient state or after the condition described as “Manual stream selection is not supported.%0” has changed. For MF_E_NET_MANUALSS_NOT_SUPPORTED, configuration, policy, format, and authorization failures normally require correction first; an immediate loop can hide the original call site and add secondary errors.


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