Dshow bridge crash is top crash in our application

AndyWei 6 Reputation points
2021-11-17T02:21:15.19+00:00

We find that the crash is the top crash in our application. We use DShow api to capture video in our application.Before crash,our application are capturing video and we did not invove any Dshow API.

We found that if the registry \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\VID_046D&PID_0891&MI_00\6&243bf7f8&0&0000\Device Parameters\EnableDshowRedirection is 1, Dshow will load mfksproxy.dll ,and use Media Foundation to capture video.

if EnableDshowRedirection is 0,Dshow will load ksproxy.ax, and use Dshow native api to capture video.

I want to ask.

  1. how can we solve the crash?
  2. how can we disable Dshow bridge use DShow API or other API?
    150004-9813baf9-b2bb-4ee0-87e6-12150028671c.png
Windows for business | Windows Client for IT Pros | Devices and deployment | Other
{count} vote

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.