LibVLCSharp 3.7.0
dotnet add package LibVLCSharp --version 3.7.0
NuGet\Install-Package LibVLCSharp -Version 3.7.0
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
paket add LibVLCSharp --version 3.7.0
#r "nuget: LibVLCSharp, 3.7.0"
// Install LibVLCSharp as a Cake Addin
#addin nuget:?package=LibVLCSharp&version=3.7.0
// Install LibVLCSharp as a Cake Tool
#tool nuget:?package=LibVLCSharp&version=3.7.0
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-android31.0 is compatible. net6.0-ios was computed. net6.0-ios16.1 is compatible. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-macos13.0 is compatible. net6.0-tvos was computed. net6.0-tvos16.1 is compatible. 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. |
.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-android31.0
- No dependencies.
-
net6.0-ios16.1
-
net6.0-macos13.0
-
net6.0-tvos16.1
-
net6.0-windows10.0.17763
- Microsoft.WindowsAppSDK (>= 1.1.1)
- 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 (17)
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. |
|
LibVLCSharp.Avalonia
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. |
|
LibVLCSharp.Forms.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.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 (7)
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.7.0 | 8,652 | 4/4/2023 |
3.6.8 | 7,258 | 3/15/2023 |
3.6.7 | 32,528 | 10/3/2022 |
3.6.6 | 57,984 | 3/23/2022 |
3.6.5 | 38,790 | 12/28/2021 |
3.6.4 | 3,600 | 12/14/2021 |
3.6.3 | 1,192 | 12/8/2021 |
3.6.2 | 1,111 | 12/6/2021 |
3.6.1 | 19,548 | 9/28/2021 |
3.6.0 | 10,374 | 8/11/2021 |
3.5.1 | 15,318 | 6/8/2021 |
3.5.0 | 16,540 | 3/29/2021 |
3.4.9 | 45,742 | 11/12/2020 |
3.4.8 | 23,335 | 9/16/2020 |
3.4.7 | 15,132 | 8/12/2020 |
3.4.6 | 6,265 | 7/9/2020 |
3.4.5 | 14,379 | 5/7/2020 |
3.4.4 | 2,602 | 4/22/2020 |
3.4.3 | 9,184 | 3/5/2020 |
3.4.2 | 45,823 | 1/21/2020 |
3.4.1 | 4,390 | 12/26/2019 |
3.4.0 | 5,324 | 12/11/2019 |
3.3.1 | 5,776 | 10/30/2019 |
3.3.0 | 1,645 | 10/24/2019 |
3.2.5 | 2,140 | 10/21/2019 |
3.2.4 | 1,278 | 10/13/2019 |
3.2.3 | 2,734 | 9/24/2019 |
3.2.2 | 751 | 9/23/2019 |
3.2.1 | 2,401 | 8/26/2019 |
3.2.0 | 2,165 | 8/13/2019 |
3.1.1 | 1,664 | 8/9/2019 |
3.1.0 | 3,790 | 7/11/2019 |
3.0.3 | 2,371 | 6/20/2019 |
3.0.2 | 2,294 | 6/12/2019 |
3.0.1 | 1,851 | 6/4/2019 |
3.0.0 | 6,649 | 5/13/2019 |
0.8.1 | 3,601 | 4/16/2019 |
0.8.0 | 1,576 | 4/9/2019 |
0.7.0 | 2,073 | 4/1/2019 |
0.6.0 | 1,707 | 3/25/2019 |
0.5.0 | 2,241 | 2/26/2019 |
0.4.2 | 1,656 | 2/18/2019 |
0.4.1 | 1,712 | 2/4/2019 |
0.4.0 | 1,885 | 1/28/2019 |
0.3.0 | 1,994 | 1/21/2019 |
0.2.0 | 1,844 | 1/15/2019 |
0.1.6 | 1,817 | 1/8/2019 |
0.1.5 | 1,709 | 1/7/2019 |
0.1.4 | 2,205 | 12/12/2018 |
0.1.3 | 1,639 | 12/5/2018 |
0.1.2 | 1,600 | 11/28/2018 |
0.1.1 | 1,565 | 11/14/2018 |
0.1.0 | 1,610 | 11/14/2018 |
0.0.4 | 4,847 | 10/30/2018 |
0.0.3 | 1,743 | 10/9/2018 |
0.0.2 | 1,437 | 10/4/2018 |
0.0.1 | 1,631 | 9/18/2018 |
0.0.1-alpha6 | 1,789 | 7/30/2018 |
0.0.1-alpha5 | 1,281 | 7/30/2018 |
0.0.1-alpha4 | 1,448 | 7/5/2018 |
0.0.1-alpha3 | 1,331 | 6/30/2018 |
0.0.1-alpha2 | 1,895 | 5/29/2018 |
0.0.1-alpha1 | 1,448 | 5/28/2018 |