Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
http://flylib.com/books/en/4.260.1.67/1/

I have written a code for directshow push-source filter by referring to above link.
My task is to play video file using these directshow filters.
Can any one guide me how to write my own windows based application using the above push-source filters to play a Video file ?
Any help, suggestion would be helpful.

Regards,
Marko.
Posted

1 solution

playback sample[^]

writing a dshow app is quite simple

create an windows app, the boilerplate one is sufficient

create a command which creates, builds and runs a filtergraph, tell it to render in your main window

play
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900