Hi,
I am working on a directshow URL sourcefilter very similar to async filter on MSDN Directshow samples.
All that I am trying to do is to fetch the url in my IFileSourceFilter::Load and post process the URL.
I install the async.dll and when I add the source filter in graphedt and I try to load a sample http://<hostname>/<Path_to_sampleVideo.avi>
I notice that the file name is not the hostname/samplevideo.avi as expected (avi,or mp4 or mpg) but samplevideo.avi file is
download from the to Temporary Internet Files and I am handed a filename such as below in my Load function.
C:\Documents and Settings\kakulkar\Local Settings\Temporary Internet Files\Content.IE5\L4ER750G\<sampleVideo.avi>
I am not able to by pass this and get the URL string as is. This is true for media files or regular html page.
I don't understand what (maybe other dll?) is triggering this copy of file locally and handing over the local file.
My purpose is to write a source filter which captures the hostname/path and post processes it or simply parses it.
Any suggestions on how to proceed would be great
Thanks,
Karthik
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Directshow filter for the Animation codec
By roflwaffle in forum Video ConversionReplies: 8Last Post: 12th Oct 2010, 15:09 -
Directshow filter for decoding MPEG-2 TS
By roflwaffle in forum Video ConversionReplies: 5Last Post: 17th Aug 2010, 07:55 -
DirectShow Filter Problems
By scoooter1 in forum SVCD2DVD & VOB2MPGReplies: 7Last Post: 2nd Oct 2008, 22:12 -
Which one directshow filter to resize the image ?
By jazzzy in forum Software PlayingReplies: 1Last Post: 20th Feb 2008, 09:55 -
Directshow filter being used...
By fabvideohelp in forum Newbie / General discussionsReplies: 10Last Post: 22nd Nov 2007, 12:27