xZune.Vlc - LibVlc wrapper for WPF
Posted: 18 Feb 2016 17:29
xZune.Vlc is an LibVlc solution for .NET, it has encapsulated most of functionalities of LibVlc.
This project aims to find a perfect solution for using Vlc on WPF.
xZune.Vlc provides an native WPF control(xZune.Vlc.Wpf), this control achieves video playback by utilizing InteropBitmap and shared memory.
Since it’s a native WPF control, it doesn't suffer from HwndHost’s airspace issue.
Project home page:
https://github.com/higankanshi/xZune.Vlc
Quick start on xZune.Vlc:
https://github.com/higankanshi/xZune.Vlc#quick-start
Api Documentation:
http://higan.me/xZune.Vlc/api/index.html
NuGet Packages:
Install xZune.Vlc
Install xZune.Vlc.Wpf
Install xZune.Vlc.Lib
This project aims to find a perfect solution for using Vlc on WPF.
xZune.Vlc provides an native WPF control(xZune.Vlc.Wpf), this control achieves video playback by utilizing InteropBitmap and shared memory.
Since it’s a native WPF control, it doesn't suffer from HwndHost’s airspace issue.
Project home page:
https://github.com/higankanshi/xZune.Vlc
Quick start on xZune.Vlc:
https://github.com/higankanshi/xZune.Vlc#quick-start
Api Documentation:
http://higan.me/xZune.Vlc/api/index.html
NuGet Packages:
Install xZune.Vlc
Code: Select all
PM> Install-Package xZune.Vlc
Code: Select all
PM> Install-Package xZune.Vlc.Wpf
Code: Select all
PM> Install-Package xZune.Vlc.Lib