Re: How to create an Directshow source filter



Theres an example of a dshow source filter under the public folder in

\WINCE500\public\DIRECTX\SDK\SAMPLES\DSHOW\FILTERS\BALL

This just renders a graphical ball on the screen, it outputs RGB24 or RGB16,
you could take this change the input and output pins of the filter to match
your design.

--
--
GraemeW
Web - http://www.bytesnap.co.uk
Blog - http://ce4all.blogspot.com

"Michel van Geffen" <MichelvanGeffen@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:7FFA5F2B-CA45-44BE-8A62-61009FAF99DE@xxxxxxxxxxxxxxxx
Hi,

I am working under CE 5 with PB5 and EVC++, and in this environment I want
to enable MPEG2 streaming over UDP. I can already play an MPEG2 file
locally
with Windows Media Player, so I only need a way to connect to the UDP
stream
and get the data.

The player I want to use is Windows Media Player, and therefor I need to
use
an Directshow source filter to make the connection with the UDP stream and
send the data to the MPEG2 Demultiplexer filter, please correct me if I am
wrong.

Q1) Is there another (read simpler) way to connect to the UDP stream? If
so
how?

Q2) If not, is there a solution on the market that provides this source
filter? I looked all over the net, but couldn't find anything.

Q3) If not, how can I build a Directshow source filter for capturing the
UDP
signal and pass the data to the MPEG2 Demultiplexer?

Regards,

Michel van Geffen
Student at the Avans University of Professional Education


.



Relevant Pages

  • UDP Network Audio Source Filter problem
    ... I have developed the Network Audio source Filter to receive ... Currently I called the receive_data_from_socketfn in FillBuffer() ... have lost some UDP packets. ... time, Execution ratio is ...
    (microsoft.public.multimedia.directx.dshow.programming)
  • UDP Network Audio Source Filter problem
    ... I have developed the Network Audio source Filter to receive ... Currently I called the receive_data_from_socketfn in FillBuffer() ... have lost some UDP packets. ... time, Execution ratio is ...
    (microsoft.public.win32.programmer.directx.video)
  • RE: CAsyncFilter sample implementation also not working?
    ... "Robin" wrote: ... > I am still confused of connection problems with my source filter to the MS ... > MPEG2 Demultiplexer. ... > But even the "Sample File Source " filter in the directshow samples ...
    (microsoft.public.win32.programmer.directx.video)

Loading