Re: Need help with IfileSourceFilter in C#

Tech-Archive recommends: Fix windows errors by optimizing your registry



From: "jodogger@xxxxxxxxx"

I want to play the video from memory instead of disk. So,
currently, I am doing something similar to this...

There is no source filter that can do that. The Async sample
in the SDK however does just that. You will have to modify
it to load the data the way you want it to be loaded (the
sample just reads a wholw file) and to propose the correct
media type on the output pin (the sample only proposes AVI).

--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// mvpnews at riseoftheants dot com
// http://www.riseoftheants.com/mmx/faq.htm


.



Relevant Pages

  • Re: Render URL
    ... > I am trying to create an application that renders remote ... > webcams which are being streamed using Windows Media ... RenderFilewill select an adeguate source filter for you, ... You do not need any SDK other than the DirectShow SDK ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: DES Recompression
    ... James wrote: ... installing WM 9.5 Format SDK the other day, I have been getting a large number of First Chance Exceptions being kicked out from wmvcore.dll do you think this could have anything to do with it? ... Thanks for the warning - I tried to find the WMF 7.1.1 SDK but it looks like MS has pulled it from distribution - even from the MSDN Subscriber archives:(. ... Depending on the render engine that was used the generated graph contained either a single source filter or had separate source filters for the video and audio groups. ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: DirectShow base classes and the possible deadlocks
    ... I fully agree with your proposed solution for stopping FillBuffer. ... also mean that all the source filter example in the SDK are wrong, ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: source filter ,basic
    ... to start?what are the things i take care? ... shall i start async sample ?how difficult task it is?hope good ... For a custom file format, you will want to develop a parser filter ... that works with the async source filter. ...
    (microsoft.public.win32.programmer.directx.video)
  • source filter ,basic
    ... i want to create a source filter for custom file format,where i have ... shall i start async sample ?how difficult task it is?hope good ... advice .. ...
    (microsoft.public.win32.programmer.directx.video)