Click here to Skip to main content
15,889,034 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm making a Winform application on Linux with C# and Mono.
I need to view a video inside of my application.

Obviously the components related to Windows Media Player does not work .

In principle, enough for me to see a video ( no buttons with controls ) and have a chance to start it and stop it at will .

Do you have any indication of what can i use ?

What I have tried:

I tried use the wmp component of c#/.NET but it don't work on linux.
Posted
Updated 27-Jul-16 3:48am

1 solution

There is an existing Mono based OpenSource video player: Banshee[^].
So you might have a look at the sources to see how they have done it.

There is also the GitHub - majorsilence/MPlayerControl: MPlayer c# .net library[^] for MPlayer - The Movie Player[^].
 
Share this answer
 
Comments
Rombersoft 24-Oct-17 5:06am    
MPlayer use WPF and mono does not support it

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900