Basically i am trying to build a mono video player that uses VLC and is able to run on windows and linux. I have found a number of good libraries in c# that work on mono for talking to the VLC API dll’s but those dll’s don’t exist on linux and looking at the libraries code it looks like they may only work on windows anyway.
Are there any c#, mono wrappers for the VLC dll on linux? At the minute i am focusing on VLC as i need the Hi10 support and as far as i know VLC is the old cross platform player with that and with an API interface. That said i am open to ideas.
MPlayer seems to be a much better match and the c# wrapper MPLayerControl Lib is an excellent wrapper. Strongly recommend MPlayer for anyone trying something similar.