xiaohongwu / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Introduce classes to allow capture from mms streams. #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi Andrew

Would there be much work involved in adding the ability to capture frames 
from a mms stream in teh same way that you can from local devices using 
direct show  etc 

Thanks

Karl

Original issue reported on code.google.com by karl.bar...@gmail.com on 12 Dec 2007 at 4:50

GoogleCodeExporter commented 8 years ago
Hello, Karl

No, it is not that hard to add. You may find such class in my Camera Vision 
application:
http://www.codeproject.com/KB/audio-video/cameraviewer.aspx

I will revisit it and add to AForge.NET

Original comment by andrew.k...@gmail.com on 13 Dec 2007 at 7:25

GoogleCodeExporter commented 8 years ago
Has MMS been added to AForge.NET yet? 2.0?

Original comment by king...@gmail.com on 25 Mar 2009 at 7:47

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 1 Mar 2010 at 10:25

GoogleCodeExporter commented 8 years ago
You might actually be able to do this with the FileVideoSource class.  
Directshow doesn't care if the call to graph.AddSourceFilter( fileName,...) is 
a file or a url; if it's an mms url, it should load up one of the WM network 
source filters (not clear which one, that depends on what versions of 
Windows/DShow you have installed)

Original comment by kid...@gmail.com on 21 Aug 2010 at 8:39