LibVLCSharp 3.9.1
Prefix Reserveddotnet add package LibVLCSharp --version 3.9.1
NuGet\Install-Package LibVLCSharp -Version 3.9.1
<PackageReference Include="LibVLCSharp" Version="3.9.1" />
paket add LibVLCSharp --version 3.9.1
#r "nuget: LibVLCSharp, 3.9.1"
// Install LibVLCSharp as a Cake Addin #addin nuget:?package=LibVLCSharp&version=3.9.1 // Install LibVLCSharp as a Cake Tool #tool nuget:?package=LibVLCSharp&version=3.9.1
LibVLCSharp
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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. net6.0-windows10.0.17763 is compatible. 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 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios18.0 is compatible. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-macos15.0 is compatible. net8.0-tvos was computed. net8.0-tvos18.0 is compatible. net8.0-windows was computed. net8.0-windows10.0.19041 is compatible. |
.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 is compatible. |
.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 was computed. uap10.0.18362 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. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.0
- Microsoft.Bcl.Async (>= 1.0.168)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.7.1
- System.Memory (>= 4.5.4)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- System.Memory (>= 4.5.4)
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
-
.NETStandard 2.1
- No dependencies.
-
MonoAndroid 8.1
- No dependencies.
-
net6.0
- No dependencies.
-
net6.0-windows10.0.17763
- Microsoft.WindowsAppSDK (>= 1.5.240627000)
- SharpDX.Direct3D11 (>= 4.2.0)
-
net8.0
- No dependencies.
-
net8.0-android34.0
- LibVLCSharp.Android.AWindowModern (>= 3.9.1)
-
net8.0-ios18.0
- No dependencies.
-
net8.0-macos15.0
- No dependencies.
-
net8.0-tvos18.0
- No dependencies.
-
net8.0-windows10.0.19041
- Microsoft.WindowsAppSDK (>= 1.5.240627000)
- SharpDX.Direct3D11 (>= 4.2.0)
-
UAP 10.0.18362
- SharpDX.Direct3D11 (>= 4.2.0)
- System.Memory (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
NuGet packages (20)
Showing the top 5 NuGet packages that depend on LibVLCSharp:
Package | Downloads |
---|---|
LibVLCSharp.Forms
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
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
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. |
|
Uno.WinUI.MediaPlayer.Skia.Gtk
This package provides support for MediaPlayerElement for Uno Platform Skia+Gtk apps |
|
Uno.UI.MediaPlayer.Skia.Gtk
This package provides support for MediaPlayerElement for Uno Platform Skia+Gtk apps |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on LibVLCSharp:
Repository | Stars |
---|---|
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
|
|
ispysoftware/iSpy
Open source surveillance software
|
|
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 技术,高性能稳定性和安全性
|
|
Serg-Norseman/GEDKeeper
GEDKeeper - program for work with personal genealogical database
|
Version | Downloads | Last updated |
---|---|---|
3.9.1 | 1,839 | 11/13/2024 |
3.9.0 | 20,552 | 8/13/2024 |
3.8.5 | 20,819 | 5/23/2024 |
3.8.4 | 2,396 | 5/15/2024 |
3.8.3 | 780 | 5/13/2024 |
3.8.2 | 43,384 | 11/7/2023 |
3.8.1 | 16,782 | 10/17/2023 |
3.8.0 | 7,481 | 9/26/2023 |
3.7.0 | 110,359 | 4/4/2023 |
3.6.8 | 24,402 | 3/15/2023 |
3.6.7 | 57,763 | 10/3/2022 |
3.6.6 | 89,481 | 3/23/2022 |
3.6.5 | 52,143 | 12/28/2021 |
3.6.4 | 6,151 | 12/14/2021 |
3.6.3 | 3,562 | 12/8/2021 |
3.6.2 | 3,399 | 12/6/2021 |
3.6.1 | 25,707 | 9/28/2021 |
3.6.0 | 13,483 | 8/11/2021 |
3.5.1 | 22,747 | 6/8/2021 |
3.5.0 | 21,280 | 3/29/2021 |
3.4.9 | 55,589 | 11/12/2020 |
3.4.8 | 25,919 | 9/16/2020 |
3.4.7 | 17,494 | 8/12/2020 |
3.4.6 | 8,597 | 7/9/2020 |
3.4.5 | 16,573 | 5/7/2020 |
3.4.4 | 4,491 | 4/22/2020 |
3.4.3 | 13,448 | 3/5/2020 |
3.4.2 | 48,993 | 1/21/2020 |
3.4.1 | 6,284 | 12/26/2019 |
3.4.0 | 7,221 | 12/11/2019 |
3.3.1 | 9,859 | 10/30/2019 |
3.3.0 | 3,526 | 10/24/2019 |
3.2.5 | 3,886 | 10/21/2019 |
3.2.4 | 3,075 | 10/13/2019 |
3.2.3 | 4,532 | 9/24/2019 |
3.2.2 | 2,537 | 9/23/2019 |
3.2.1 | 4,242 | 8/26/2019 |
3.2.0 | 3,898 | 8/13/2019 |
3.1.1 | 3,429 | 8/9/2019 |
3.1.0 | 6,194 | 7/11/2019 |
3.0.3 | 4,057 | 6/20/2019 |
3.0.2 | 4,134 | 6/12/2019 |
3.0.1 | 3,659 | 6/4/2019 |
3.0.0 | 9,893 | 5/13/2019 |
0.8.1 | 5,408 | 4/16/2019 |
0.8.0 | 3,267 | 4/9/2019 |
0.7.0 | 3,790 | 4/1/2019 |
0.6.0 | 3,473 | 3/25/2019 |
0.5.0 | 3,953 | 2/26/2019 |
0.4.2 | 2,500 | 2/18/2019 |
0.4.1 | 3,426 | 2/4/2019 |
0.4.0 | 2,668 | 1/28/2019 |
0.3.0 | 3,749 | 1/21/2019 |
0.2.0 | 3,564 | 1/15/2019 |
0.1.6 | 2,703 | 1/8/2019 |
0.1.5 | 3,416 | 1/7/2019 |
0.1.4 | 3,943 | 12/12/2018 |
0.1.3 | 3,410 | 12/5/2018 |
0.1.2 | 3,355 | 11/28/2018 |
0.1.1 | 2,359 | 11/14/2018 |
0.1.0 | 3,383 | 11/14/2018 |
0.0.4 | 6,993 | 10/30/2018 |
0.0.3 | 3,593 | 10/9/2018 |
0.0.2 | 2,216 | 10/4/2018 |
0.0.1 | 2,572 | 9/18/2018 |
0.0.1-alpha6 | 2,540 | 7/30/2018 |
0.0.1-alpha5 | 2,069 | 7/30/2018 |
0.0.1-alpha4 | 2,230 | 7/5/2018 |
0.0.1-alpha3 | 2,122 | 6/30/2018 |
0.0.1-alpha2 | 4,305 | 5/29/2018 |
0.0.1-alpha1 | 2,227 | 5/28/2018 |