What does HRESULT 0xC00D428F (MF_E_NET_TOO_MUCH_DATA) mean?

 
Previous Next
MF_E_NET_SERVER_UNAVAILABLE MF_E_NET_SESSION_INVALID

MF_E_NET_TOO_MUCH_DATA

MF_E_NET_TOO_MUCH_DATA means the encoding or streaming pipeline could not keep up with the supplied data rate. It is a throughput and backpressure problem rather than a simple connectivity failure.

What to check

  • Measure input rate, encoder throughput, output bitrate, and queue growth.
  • Reduce source rate or complexity, or increase the capacity of the encoding and delivery path.
  • Check whether a slow receiver or proxy is causing backpressure to build.

Microsoft: Media Foundation client logging

Microsoft: MFNETSOURCE_STATISTICS property

Microsoft: Networking in Media Foundation


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