I want to play video files(basically avi, mpeg) on WinCE using
Directshow. Im using EVC++ to write my application and i run it on an
Emulator.It is the sample playwnd application found in
directx samples folder.
Problem is it shows RenderFile failed despite the
filters being present. it returns different error codes for diffrent
file formats.
for avi files-VFW_E_INVALID_FILE_FORMAT
for .mpeg and a particular .mpg - VFW_E_INVALIDMEDIATYPE
i can hear the audio only(no err returned) for a particular .mpg file
and all the .wmv files which i play..
i have evn used platform builder to run it, but the result is the
same. i hav added all the filters related to media in the catalog
also.
Has anybody encountered similar kind of problem? Can some1 help me
with this..
Ramya