Hi,
I have written a directshow filter for WM5.0 to play YUV files.I can play YUV Files with this filter perfectly with an application that calls RenderFile() but when i try to open files in Windows Media Player (i am able to associate files with Windows Media Player) I am not able to see the playing I just a message saying Opening.....
Is there any particular format for video in Windows Media Player Mobile
Thanks,

Directshow filter in Windows Media Player Mobile on WM5.0
Steve Jensen
Hi Rahul
I am planing to write directshow filters for WM5 using VisualStudio2005, can u please tell me how to create the filter using visual studio2005 or if any extra tools are requred please let me know.....
Lohith
Jacus83
Nikolay Georgiev
REche
But if in am try to play only Audio from a MP4 file with my directshow filter it is working correctly. That means WMP 10 Mobile do accept directshow filters. I feel that for video display i am missing something.
I am giving RGB565 output from my filter to video renderer as input, could this be an issue
Regards,