Menu

rtspsourcefilter.ax

Alsaberk
2015-10-05
2015-10-07
  • Alsaberk

    Alsaberk - 2015-10-05

    directshow ax filter import vb.net

    How can I import vb.net to ax the DirectShow filters .

    I record the ax file filter works but I can not use the filter characteristics

     
  • Eric

    Eric - 2015-10-06

    Can you reformulate what exactly is your problem ?

    Also, where "rtspsourcefilter.ax" come from ?

     
  • Alsaberk

    Alsaberk - 2015-10-06

    register directshow filter rtspsourcefilter.ax noproblem.
    problem is vb.net import rtspsourcefilter.ax is not com object error

     
  • Eric

    Eric - 2015-10-07

    You must get from the "rtspsourcefilter.ax" writer the definitions of exported interfaces and classes and convert them to .Net declarations. You can find inspiration by looking how we made than with DirectShowLib.

    As I don't know where "rtspsourcefilter.ax" come from and thus I never used it, I'm not sure to be of much help without a better error reporting than "problem is vb.net import rtspsourcefilter.ax is not com object error".

     
    • snarfle

      snarfle - 2015-10-07

      He is probably trying to add the ax file to his project as a reference. That might give a "not a com object" error message.

      Also, there may not be any custom, filter-specific interfaces. All the filter really needs is to support something like IFileSourceFilter::Load() to specify the path to the source.

      How you are going to explain all this to a vb.net programmer given the language difficulties, I have no idea.

       

Log in to post a comment.