LibVLCSharp
3.4.5
Prefix Reserved
See the version list below for details.
Install-Package LibVLCSharp -Version 3.4.5
dotnet add package LibVLCSharp --version 3.4.5
<PackageReference Include="LibVLCSharp" Version="3.4.5" />
paket add LibVLCSharp --version 3.4.5
#r "nuget: LibVLCSharp, 3.4.5"
// Install LibVLCSharp as a Cake Addin
#addin nuget:?package=LibVLCSharp&version=3.4.5
// Install LibVLCSharp as a Cake Tool
#tool nuget:?package=LibVLCSharp&version=3.4.5
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:
- Play every media file formats, every codec and every streaming protocols
- Run on every platform, from desktop (Windows, Linux, Mac) to mobile (Android, iOS) and TVs
- Hardware and efficient decoding on every platform, up to 8K
- Network browsing for distant filesystems (SMB, FTP, SFTP, NFS...) and servers (UPnP, DLNA)
- Playback of Audio CD, DVD and Bluray with menu navigation
- Support for HDR, including tonemapping for SDR streams
- Audio passthrough with SPDIF and HDMI, including for Audio HD codecs, like DD+, TrueHD or DTS-HD
- Support for video and audio filters
- Support for 360 video and 3D audio playback, including Ambisonics
- Able to cast and stream to distant renderers, like Chromecast and UPnP renderers.
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.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 |
MonoAndroid | monoandroid monoandroid81 |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 uap10.0.16299 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac xamarinmac20 |
Xamarin.TVOS | xamarintvos xamarintvos10 |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- Microsoft.Bcl.Async (>= 1.0.168)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.7.1
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
MonoAndroid 8.1
- No dependencies.
-
UAP 10.0
- SharpDX.Direct3D11 (>= 4.2.0)
- System.ValueTuple (>= 4.5.0)
-
UAP 10.0.16299
- SharpDX.Direct3D11 (>= 4.2.0)
- System.ValueTuple (>= 4.5.0)
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
NuGet packages (14)
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. |
|
Cointeco.CommonBase
Internal Use Common Functions |
|
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 (5)
Showing the top 5 popular GitHub repositories that depend on LibVLCSharp:
Repository | Stars |
---|---|
ispysoftware/iSpy
Open source surveillance software
|
|
AssetRipper/AssetRipper
GUI Application to work with engine assets, asset bundles, and serialized files
|
|
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.6 | 22,826 | 3/23/2022 |
3.6.5 | 23,036 | 12/28/2021 |
3.6.4 | 2,736 | 12/14/2021 |
3.6.3 | 864 | 12/8/2021 |
3.6.2 | 830 | 12/6/2021 |
3.6.1 | 15,407 | 9/28/2021 |
3.6.0 | 8,948 | 8/11/2021 |
3.5.1 | 12,788 | 6/8/2021 |
3.5.0 | 14,222 | 3/29/2021 |
3.4.9 | 32,565 | 11/12/2020 |
3.4.8 | 18,571 | 9/16/2020 |
3.4.7 | 14,683 | 8/12/2020 |
3.4.6 | 5,663 | 7/9/2020 |
3.4.5 | 13,614 | 5/7/2020 |
3.4.4 | 2,347 | 4/22/2020 |
3.4.3 | 7,780 | 3/5/2020 |
3.4.2 | 44,324 | 1/21/2020 |
3.4.1 | 4,155 | 12/26/2019 |
3.4.0 | 5,025 | 12/11/2019 |
3.3.1 | 5,471 | 10/30/2019 |
3.3.0 | 1,401 | 10/24/2019 |
3.2.5 | 1,933 | 10/21/2019 |
3.2.4 | 1,074 | 10/13/2019 |
3.2.3 | 2,558 | 9/24/2019 |
3.2.2 | 618 | 9/23/2019 |
3.2.1 | 2,247 | 8/26/2019 |
3.2.0 | 2,008 | 8/13/2019 |
3.1.1 | 1,515 | 8/9/2019 |
3.1.0 | 3,623 | 7/11/2019 |
3.0.3 | 2,225 | 6/20/2019 |
3.0.2 | 2,155 | 6/12/2019 |
3.0.1 | 1,701 | 6/4/2019 |
3.0.0 | 5,686 | 5/13/2019 |
0.8.1 | 3,422 | 4/16/2019 |
0.8.0 | 1,436 | 4/9/2019 |
0.7.0 | 1,937 | 4/1/2019 |
0.6.0 | 1,533 | 3/25/2019 |
0.5.0 | 2,067 | 2/26/2019 |
0.4.2 | 1,521 | 2/18/2019 |
0.4.1 | 1,571 | 2/4/2019 |
0.4.0 | 1,775 | 1/28/2019 |
0.3.0 | 1,847 | 1/21/2019 |
0.2.0 | 1,680 | 1/15/2019 |
0.1.6 | 1,669 | 1/8/2019 |
0.1.5 | 1,554 | 1/7/2019 |
0.1.4 | 1,971 | 12/12/2018 |
0.1.3 | 1,497 | 12/5/2018 |
0.1.2 | 1,454 | 11/28/2018 |
0.1.1 | 1,466 | 11/14/2018 |
0.1.0 | 1,453 | 11/14/2018 |
0.0.4 | 4,137 | 10/30/2018 |
0.0.3 | 1,587 | 10/9/2018 |
0.0.2 | 1,338 | 10/4/2018 |
0.0.1 | 1,517 | 9/18/2018 |
0.0.1-alpha6 | 1,692 | 7/30/2018 |
0.0.1-alpha5 | 1,223 | 7/30/2018 |
0.0.1-alpha4 | 1,388 | 7/5/2018 |
0.0.1-alpha3 | 1,276 | 6/30/2018 |
0.0.1-alpha2 | 1,803 | 5/29/2018 |
0.0.1-alpha1 | 1,382 | 5/28/2018 |