We need to play some H.264 / AAC videos in a Winforms project written in C #. This should run on Windows XP SP2 and Linux (using Mono). To do this, the appropriate codecs must be installed on the computer. Does anyone know if there is a way to install codecs as part of installing our project using the MSI installer. Is there a free or paid component that we can use? Ideally in the form of some DLL, which we could somehow register in the system. Or is there a better way?
UPDATE: We found this: http://vlcdotnet.codeplex.com/ So far this is not perfect, but we will try to understand in more detail.
source share