[vlc] Re: Live Streaming

Gildas Bazin gbazin at netcourrier.com
Wed Aug 6 18:31:31 CEST 2003


On Wednesday 06 August 2003 13:57, Bill Eldridge wrote:
>
> Here's some DirectX 8.1 code off codeguru from which someone could hack
> out the video device part. I don't know anything about various issues
> that would make this unworkable or way too primitive to be usable.
> 
> 
> Relevant Functions:
> CPreviewMovieDlg::GetDeviceInterfaces()
> CPreviewMovieDlg::FindCaptureDevice(IBaseFilter** ppBaseFilter)
> CPreviewMovieDlg::CaptureVideo()
> CPreviewMovieDlg::CloseInterfaces()
> 
> 
> http://www.codeguru.com/directx/DirectXApp.html
> 

Cool, this is a big step in the right direction, however we still miss a way 
to get to the raw pixels from the capture dshow filter.

The interesting stuff in the above example is the setup of the capture 
directshow filter. However once the setup is done, the example just 
connects the capture filter to an output filter and that's all.

Cheers,

--
Gildas

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list