4

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?

Mohammad H
  • 785
  • 2
  • 10
  • 25

1 Answers1

9

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.

Yannick Blondeau
  • 9,465
  • 8
  • 52
  • 74