LibVLCSharp 3.2.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package LibVLCSharp --version 3.2.2
NuGet\Install-Package LibVLCSharp -Version 3.2.2
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.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LibVLCSharp --version 3.2.2
#r "nuget: LibVLCSharp, 3.2.2"
#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.2.2

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

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.

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.
Features:
- Plays all formats
- Network browsing for distant filesystems (SMB, FTP, SFTP, NFS...).
- HDMI pass-through for Audio HD codecs, like E-AC3, TrueHD or DTS-HD.
- Stream to distant renderers, like Chromecast.
- 360 video and 3D audio playback with viewpoint change.
- Support for Ambisonics audio and more than 8 audio channels.
- Subtitles size modification live.
- Hardware and software decoding on all platforms.
- DVD playback and menu navigation.
- Equalizer support.

This package also contains the views for the following platforms:

- Android
- iOS
- Mac
- tvOS
- UWP

If you need Xamarin.Forms support, see LibVLCSharp.Forms.

LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.

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

NuGet packages (19)

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.

LibVLCSharp.Avalonia 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.Avalonia contains the integration with Avalonia. This package contains the views that allows to display a video played with LibVLCSharp in a Avalonia app. This package depends on LibVLCSharp as well as Avalonia. LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.

Uno.WinUI.MediaPlayer.Skia.Gtk The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides support for MediaPlayerElement for Uno Platform Skia+Gtk apps

GitHub repositories (8)

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

Repository Stars
unoplatform/uno
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
ispysoftware/iSpy
Open source surveillance software
CHKZL/DDTV
可对阿B进行直播多窗口观看、开播提醒、自动录制、合并、转码的跨平台工具
huynhsontung/Screenbox
LibVLC-based media player for the Universal Windows Platform
dorisoy/Dorisoy.Pan
Dorisoy.Pan 是基于.net core8 的跨平台文档管理系统,使用 MS SQL 2012 / MySql8.0(或更高版本)后端数据库,您可以在 Windows、Linux 或 Mac 上运行它,项目中的所有方法都是异步的,支持令牌基身份验证,项目体系结构遵循著名的软件模式和最佳安全实践。源代码是完全可定制的,热插拔且清晰的体系结构,使开发定制功能和遵循任何业务需求变得容易。 系统使用最新的 Microsoft 技术,高性能稳定性和安全性
Version Downloads Last updated
3.8.2 20,727 11/7/2023
3.8.1 9,295 10/17/2023
3.8.0 5,653 9/26/2023
3.7.0 74,393 4/4/2023
3.6.8 18,516 3/15/2023
3.6.7 51,630 10/3/2022
3.6.6 82,412 3/23/2022
3.6.5 47,901 12/28/2021
3.6.4 5,774 12/14/2021
3.6.3 3,316 12/8/2021
3.6.2 3,170 12/6/2021
3.6.1 24,081 9/28/2021
3.6.0 12,935 8/11/2021
3.5.1 20,586 6/8/2021
3.5.0 20,053 3/29/2021
3.4.9 52,460 11/12/2020
3.4.8 25,648 9/16/2020
3.4.7 16,869 8/12/2020
3.4.6 8,184 7/9/2020
3.4.5 16,217 5/7/2020
3.4.4 4,317 4/22/2020
3.4.3 11,976 3/5/2020
3.4.2 48,383 1/21/2020
3.4.1 6,115 12/26/2019
3.4.0 7,049 12/11/2019
3.3.1 7,407 10/30/2019
3.3.0 3,338 10/24/2019
3.2.5 3,694 10/21/2019
3.2.4 2,910 10/13/2019
3.2.3 4,389 9/24/2019
3.2.2 2,399 9/23/2019
3.2.1 4,064 8/26/2019
3.2.0 3,735 8/13/2019
3.1.1 3,263 8/9/2019
3.1.0 5,968 7/11/2019
3.0.3 3,935 6/20/2019
3.0.2 3,970 6/12/2019
3.0.1 3,479 6/4/2019
3.0.0 9,191 5/13/2019
0.8.1 5,241 4/16/2019
0.8.0 3,154 4/9/2019
0.7.0 3,670 4/1/2019
0.6.0 3,338 3/25/2019
0.5.0 3,817 2/26/2019
0.4.2 2,426 2/18/2019
0.4.1 3,295 2/4/2019
0.4.0 2,578 1/28/2019
0.3.0 3,590 1/21/2019
0.2.0 3,416 1/15/2019
0.1.6 2,595 1/8/2019
0.1.5 3,259 1/7/2019
0.1.4 3,794 12/12/2018
0.1.3 3,276 12/5/2018
0.1.2 3,221 11/28/2018
0.1.1 2,268 11/14/2018
0.1.0 3,234 11/14/2018
0.0.4 6,754 10/30/2018
0.0.3 3,430 10/9/2018
0.0.2 2,133 10/4/2018
0.0.1 2,433 9/18/2018
0.0.1-alpha6 2,465 7/30/2018
0.0.1-alpha5 2,000 7/30/2018
0.0.1-alpha4 2,158 7/5/2018
0.0.1-alpha3 2,047 6/30/2018
0.0.1-alpha2 4,133 5/29/2018
0.0.1-alpha1 2,141 5/28/2018