From: Partha Mitra on
I am working on WindowsCE 5.0 and writing a DSHOW filter for MPEG-2 Video
support through CE Player.

Till now, we have the support at the driver level, and we have tested .m2v
and .mpg streams over the driver. Just for your info, this driver is for
hardware decoding (through DSP).

Can anybody help me explain which container formats I should opt for? I
guess I will be needing parsers for them..

Right now, I am stuck with two problems:
1. .mpg file is directly getting played through CE Player, without using my
filter. I am not able to understand how it is playing.
2. I try to play .m2v file, but filter dll is not loaded.

Thanks!
Partha