Skip to main content
Inspiring
March 27, 2015
Answered

Adobe flash player and DirectShow filters in IE

  • March 27, 2015
  • 3 replies
  • 1201 views

For video capture of webcams for sites with flash (youtube, livestream and etc) I use a driver and DirectShow filter. The user loads a page with flash and chooses a driver or filter from the camera list of flash's Parameters for video capture.

My problem. For Win 8.1 x64 in Internet Explorer 11 the flash does not show DirectShow filters, only drivers.  I see those filters in Chrome, Firefox and Skype, but it is not in IE! No problem with IE in flash for Win 7 x86/x64.

Ok.  The cause is understood by me.  IE loads  64-bit flash, which does not understand my 32-bit filter.

No problem, I make 64-bit filter and test it on 64-bit VLC. All right,  VLC shows me my filter in its list.

Now I  load  IE with a flash page and ....  the filter is not in the flash list!!!!! Why????

Please any ideas.

PS. OS, browsers, flash player have the last updates on PC.

    This topic has been closed for replies.
    Correct answer Vicul

    No any options.   IE is a part of OS and works only with drivers.

    If you wish to use Directshow, then you should  add a Directshow wrapper (plugin) for your driver

    https://msdn.microsoft.com/en-us/library/windows/hardware/ff560871%28v=vs.85%29.aspx

    PS.  I am afraid have bad news, MS Edge does not work with Directshow at all!. But you can open the page in Edge and call Internet Explorer via Edge properties

    Any case I look at Media Foundation, as a DS alternative.

    3 replies

    ViculAuthor
    Inspiring
    April 1, 2015

    Solved

    beckl69913380
    Participant
    October 29, 2015

    Hi, we got same problem here, and we also see the this question on stackoverflow.

    internet explorer - Adobe flash player and DirectShow filters in IE - Stack Overflow

    But,even through we try some setting, it still not work.

    Can you tell us the exact option we should  set?

    ViculAuthorCorrect answer
    Inspiring
    October 29, 2015

    No any options.   IE is a part of OS and works only with drivers.

    If you wish to use Directshow, then you should  add a Directshow wrapper (plugin) for your driver

    https://msdn.microsoft.com/en-us/library/windows/hardware/ff560871%28v=vs.85%29.aspx

    PS.  I am afraid have bad news, MS Edge does not work with Directshow at all!. But you can open the page in Edge and call Internet Explorer via Edge properties

    Any case I look at Media Foundation, as a DS alternative.