honfika / Vlc.DotNet

.NET control that hosts the audio/video capabilities of the VLC libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vlc.DotNet

Join the chat at https://gitter.im/Vlc-DotNet/Lobby

Vlc.DotNet is a .net library that hosts the audio/video capabilities of the VLC libraries. In other words, it's a .net wrapper around libvlc.

It can work on any .net framework version starting from .net 2.0. (.net standard support is currently in beta (use prerelease packages!))

On the front-end side, two components are currently available to make it easy to integrate in your apps. One is for WinForms, the other for WPF.

How to use

It all starts with those three steps :

  • Install one of the NuGet Packages below
  • Install libvlc libraries from one of the official distributions (To be improved, see #288)
  • Integrate it into your app

See the Getting started wiki

Continuous Integration

Branch Build Description
master Build status Latest stable version
develop Build status Latest features (may be experimental)

NuGet Packages

Packages are available for Vlc libraries

Prereleases packages are built each time a push is made on develop

Other links

About

.NET control that hosts the audio/video capabilities of the VLC libraries

License:MIT License


Languages

Language:C# 69.2%Language:C 30.7%Language:Batchfile 0.1%