What does HRESULT 0xC00D4294 (MF_E_NET_PROTOCOL_DISABLED) mean?

 
Previous Next
MF_E_NET_UNSUPPORTED_CONFIGURATION MF_E_NET_COMPANION_DRIVER_DISCONNECT

MF_E_NET_PROTOCOL_DISABLED

MF_E_NET_PROTOCOL_DISABLED means the required network protocol was disabled in the source configuration. Media Foundation exposes separate enable flags for HTTP, RTSP, TCP, UDP, streaming, and download modes.

What to check

  • Check the network-source properties set by the application before opening the URL.
  • Enable only the protocol required by the expected media URL and transport.
  • Verify that a policy or wrapper component is not overriding the application configuration.

Microsoft: Supported protocols for Media Foundation network sources

Microsoft: Networking in Media Foundation

Microsoft: Media Foundation client logging


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