LibVLCSharp 3.6.8

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Standard 1.1 .NET Framework 4.0
dotnet add package LibVLCSharp --version 3.6.8
NuGet\Install-Package LibVLCSharp -Version 3.6.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LibVLCSharp" Version="3.6.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LibVLCSharp --version 3.6.8
#r "nuget: LibVLCSharp, 3.6.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LibVLCSharp as a Cake Addin
#addin nuget:?package=LibVLCSharp&version=3.6.8

// Install LibVLCSharp as a Cake Tool
#tool nuget:?package=LibVLCSharp&version=3.6.8

LibVLCSharp

NuGet Stats NuGet Stats

The official .NET wrapper around LibVLC.

This package contains the core features of LibVLCSharp (libvlc loading and initialization, .NET-friendly classes to ease the use of libvlc...). All other LibVLCSharp.* packages depend on this one.

This package also contains the views for the following platforms:

  • Android
  • iOS
  • Mac
  • tvOS
  • UWP

This package has multiple target frameworks, which means it will pick the right features for your project (you will only get the mac view if you are building a mac project).

BE CAREFUL: This project does not include LibVLC itself! You will need to install it separately! See the Installation documentation for more info.

Why should I reference this package in my project?

If you are in one of these situation, this package is made for you.

  • You want to build a console application that leverages the power of VLC for transcoding/streaming/recording/playing audio... without displaying the video anywhere
  • You want to build a Xamarin.iOS/Android/Mac/tvOS/UWP app (not Xamarin.Forms, for that, see LibVLCSharp.Forms )

For other platforms, see the main documentation

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-android31.0 net6.0-ios net6.0-ios15.0 net6.0-maccatalyst net6.0-macos net6.0-macos12.0 net6.0-tvos net6.0-tvos15.0 net6.0-windows net6.0-windows7.0 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows net7.0-windows7.0
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid monoandroid81
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0 uap10.0.18362
Windows Phone wpa81
Windows Store netcore netcore45 netcore451
Xamarin.iOS xamarinios xamarinios10
Xamarin.Mac xamarinmac xamarinmac20
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (15)

Showing the top 5 NuGet packages that depend on LibVLCSharp:

Package Downloads
LibVLCSharp.Forms The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

LibVLCSharp is a cross-platform audio and video API for .NET platforms based on VideoLAN's LibVLC Library. It provides a comprehensive multimedia API that can be used across mobile, server and desktop to render video and output audio. Mono, .NET Framework and .NET Core runtimes are supported. LibVLCSharp.Forms contains the Xamarin.Forms support for LibVLCSharp through custom renderers. It depends on LibVLCSharp and brings Xamarin.Forms support for: - Android, - iOS, - Mac. Xamarin.Forms support for GTK and WPF are in separate packages. LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.

LibVLCSharp.WPF The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

LibVLCSharp is a cross-platform audio and video API for .NET platforms based on VideoLAN's LibVLC Library. It provides a comprehensive multimedia API that can be used across mobile, server and desktop to render video and output audio. Mono, .NET Framework and .NET Core runtimes are supported. LibVLCSharp.WPF contains the integration with Windows Presentation Foundation (WPF). This package contains the views that allows to display a video played with LibVLCSharp in a WPF app. It depends on LibVLCSharp. LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.

LibVLCSharp.WinForms The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

LibVLCSharp is a cross-platform audio and video API for .NET platforms based on VideoLAN's LibVLC Library. It provides a comprehensive multimedia API that can be used across mobile, server and desktop to render video and output audio. Mono, .NET Framework and .NET Core runtimes are supported. LibVLCSharp.WinForms contains the integration with Windows Forms. This package contains the views that allows to display a video played with LibVLCSharp in a Windows Forms app. It depends on LibVLCSharp. LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.

Cointeco.CommonBase

Internal Use Common Functions

LibVLCSharp.Forms.WPF The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

LibVLCSharp is a cross-platform audio and video API for .NET platforms based on VideoLAN's LibVLC Library. It provides a comprehensive multimedia API that can be used across mobile, server and desktop to render video and output audio. Mono, .NET Framework and .NET Core runtimes are supported. LibVLCSharp.Forms.WPF contains the Xamarin.Forms support for LibVLCSharp through custom renderers on the WPF platform. It depends on LibVLCSharp.Forms and LibVLCSharp.WPF. Xamarin.Forms support for other platforms are in different packages (namely LibVLCSharp.Forms and LibVLCSharp.Forms.GTK). LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on LibVLCSharp:

Repository Stars
AssetRipper/AssetRipper
GUI Application to work with engine assets, asset bundles, and serialized files
ispysoftware/iSpy
Open source surveillance software
CHKZL/DDTV
可进行B站(bilibili live)直播多窗口观看、开播提醒、自动录制、合并、转码的跨平台工具
LagradOst/CloudStream-2
CloudStream 2 is an android streaming app for movies, tv-shows and anime
xiaoyaocz/AllLive
获取多个直播平台的信息和弹幕
Version Downloads Last updated
3.6.8 2,607 3/15/2023
3.6.7 26,643 10/3/2022
3.6.6 53,327 3/23/2022
3.6.5 37,015 12/28/2021
3.6.4 3,457 12/14/2021
3.6.3 1,122 12/8/2021
3.6.2 1,052 12/6/2021
3.6.1 18,668 9/28/2021
3.6.0 10,196 8/11/2021
3.5.1 14,702 6/8/2021
3.5.0 16,012 3/29/2021
3.4.9 42,596 11/12/2020
3.4.8 22,260 9/16/2020
3.4.7 15,051 8/12/2020
3.4.6 6,179 7/9/2020
3.4.5 14,319 5/7/2020
3.4.4 2,544 4/22/2020
3.4.3 8,810 3/5/2020
3.4.2 45,496 1/21/2020
3.4.1 4,344 12/26/2019
3.4.0 5,267 12/11/2019
3.3.1 5,712 10/30/2019
3.3.0 1,583 10/24/2019
3.2.5 2,101 10/21/2019
3.2.4 1,235 10/13/2019
3.2.3 2,693 9/24/2019
3.2.2 729 9/23/2019
3.2.1 2,371 8/26/2019
3.2.0 2,128 8/13/2019
3.1.1 1,628 8/9/2019
3.1.0 3,750 7/11/2019
3.0.3 2,343 6/20/2019
3.0.2 2,267 6/12/2019
3.0.1 1,822 6/4/2019
3.0.0 6,401 5/13/2019
0.8.1 3,554 4/16/2019
0.8.0 1,548 4/9/2019
0.7.0 2,045 4/1/2019
0.6.0 1,658 3/25/2019
0.5.0 2,192 2/26/2019
0.4.2 1,617 2/18/2019
0.4.1 1,681 2/4/2019
0.4.0 1,863 1/28/2019
0.3.0 1,961 1/21/2019
0.2.0 1,806 1/15/2019
0.1.6 1,786 1/8/2019
0.1.5 1,671 1/7/2019
0.1.4 2,162 12/12/2018
0.1.3 1,608 12/5/2018
0.1.2 1,562 11/28/2018
0.1.1 1,541 11/14/2018
0.1.0 1,569 11/14/2018
0.0.4 4,738 10/30/2018
0.0.3 1,702 10/9/2018
0.0.2 1,413 10/4/2018
0.0.1 1,600 9/18/2018
0.0.1-alpha6 1,774 7/30/2018
0.0.1-alpha5 1,268 7/30/2018
0.0.1-alpha4 1,438 7/5/2018
0.0.1-alpha3 1,320 6/30/2018
0.0.1-alpha2 1,879 5/29/2018
0.0.1-alpha1 1,431 5/28/2018