Hi all, I'm trying to play H264 video files from an application that I wrote using C#, Dot.Net on a Windows-XP computer, but nothing I tried didn't help, I tried to use an ActiveX component called "X360 Video to Avi Converter ActiveX Control" but it didn't work (it runs AVI files without any problem) , I tried to install "K-Lite Codec Pack Full 4.5.3" codec, but still can't run H264 video files, then I installed "CoreAVC 14 Day Trial Edition" codec, but it also didn't help.
Also I can't play the H264 videos with "Windows Media Player 11".
The ONLY way I can run the H264 video files is through the "VLC Media Player", that's nice, but I want to play it from within my Dot.Net application, how can I do that? can I use the "LibVLC" for doing this ?
I need to play the file, with basic options as 'Play', 'Stop' and 'Pause', I also need to read Meta data like Width and Height of the frame, and the Duration of the video in seconds.
Any help will be very appreciated.
Thanks very much.
Dan.