Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to embed vlc in my windows form application with c#

Tags:

c#

windows

I'm trying to make an app that can control my IP cameras.VLC media player can do this but I don't know how to embed it in my app to add features to it like capture a picture.What should I do?

like image 690
Mohammad H Avatar asked Nov 14 '25 21:11

Mohammad H


1 Answers

The VideoLAN Wiki has links about the .Net Interface to VLC as well as C# bindings for libvlc, which is the underlying library of VLC.

You will find there several projects such as VLCdotNet which seems to be something that you can use.

You can also get into the .Net Interface to VLC by looking at the sources of the DMediaPlayer on CodePlex.

like image 162
Yannick Blondeau Avatar answered Nov 17 '25 12:11

Yannick Blondeau



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!