santel wrote:
> Hi,
>
> I tried to display the video files in C# forms using vlc. By refering
> this link http://www.codeproject.com/useritems/LiquidVideo.asp, I
> displayed the video files. But it accepts only .mpg files and
> not .avi. Anyone please suggest why .avi files are not displayed. Is
> it not supported in vlc or I have to do anything else to support .avi?
You probably do not have the right codec package installed for VLC. I
would check Videolan.org (amongst other places) and determine whether
you have the proper codecs for the video file installed.
At any rate, if your plugin will support MPEG but not AVI, it's probably
not a .NET issue.
Chris.