LibVLCSharp.Forms 3.8.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package LibVLCSharp.Forms --version 3.8.2
NuGet\Install-Package LibVLCSharp.Forms -Version 3.8.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.Forms" Version="3.8.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LibVLCSharp.Forms --version 3.8.2
#r "nuget: LibVLCSharp.Forms, 3.8.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.Forms as a Cake Addin
#addin nuget:?package=LibVLCSharp.Forms&version=3.8.2

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

LibVLCSharp.Forms

NuGet Stats NuGet Stats

This package provides Xamarin.Forms support for LibVLCSharp.

This package also contains the views for the following platforms:

  • Android
  • iOS
  • Mac

GTK and WPF Forms support are in separate packages due to multi-targeting limitations.

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.

MediaPlayerElement

This package includes a Xamarin.Forms MediaPlayerElement component. It currently supports iOS and Android only.

Note: In your iOS project, you must override the GetSupportedInterfaceOrientations method in AppDelegate.cs to enable the lock screen feature.

using Foundation;
using LibVLCSharp.Forms.Platforms.iOS;
using LibVLCSharp.Forms.Shared;
using ObjCRuntime;
using UIKit;
// ...

namespace MyAppNameSpace.iOS
{
    
    [Register("AppDelegate")]
    public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate
    {
       
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            LibVLCSharpFormsRenderer.Init();
            // ...
        }

        public override UIInterfaceOrientationMask GetSupportedInterfaceOrientations(UIApplication application, [Transient] UIWindow forWindow)
        {
            return OrientationChangeListener.Subscribe(this);
        }
    }
}

See the sample for more info.

Why should I reference this package in my project?

If you are in this situation, this package is made for you:

  • You want to build a Xamarin.Forms application (no matter on which platform) using LibVLCSharp.

For other platforms, see the main documentation

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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  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 tizen40 was computed.  tizen60 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on LibVLCSharp.Forms:

Package Downloads
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.

LibVLCSharp.Forms.GTK 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.GTK contains the Xamarin.Forms support for LibVLCSharp through custom renderers on the GTK platform. It depends on LibVLCSharp.Forms and LibVLCSharp.GTK. Xamarin.Forms support for other platforms are in different packages (namely LibVLCSharp.Forms and LibVLCSharp.Forms.WPF). LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.8.2 4,207 11/7/2023
3.8.1 4,351 10/17/2023
3.8.0 1,238 9/26/2023
3.7.0 9,932 4/4/2023
3.6.8 10,676 3/15/2023
3.6.7 20,291 10/3/2022
3.6.6 34,042 3/23/2022
3.6.5 22,865 12/28/2021
3.6.4 1,490 12/14/2021
3.6.3 1,359 12/8/2021
3.6.2 1,536 12/6/2021
3.6.1 5,562 9/28/2021
3.6.0 5,540 8/11/2021
3.5.1 4,780 6/8/2021
3.5.0 9,480 3/29/2021
3.4.9 15,132 11/12/2020
3.4.8 10,775 9/16/2020
3.4.7 9,492 8/12/2020
3.4.6 3,881 7/9/2020
3.4.5 7,643 5/7/2020
3.4.4 1,971 4/22/2020
3.4.3 4,981 3/5/2020
3.4.2 40,003 1/21/2020
3.4.1 4,275 12/26/2019
3.4.0 2,421 12/11/2019
3.3.1 4,810 10/30/2019
3.3.0 2,102 10/24/2019
3.2.5 2,661 10/21/2019
3.2.4 1,638 10/13/2019
3.2.3 2,675 9/24/2019
3.2.2 1,564 9/23/2019
3.2.1 2,372 8/26/2019
3.2.0 1,886 8/13/2019
3.1.1 1,625 8/9/2019
3.1.1-alpha 1,412 7/16/2019
3.1.0 2,294 7/11/2019
3.0.3 2,017 6/20/2019
3.0.2 2,214 6/12/2019
3.0.1 1,752 6/4/2019
3.0.0 2,209 5/13/2019
0.8.1 2,908 4/16/2019
0.8.0 1,616 4/9/2019
0.7.0 2,072 4/1/2019
0.6.0 1,666 3/25/2019
0.5.0 2,033 2/26/2019
0.3.1 1,789 2/4/2019
0.3.0 1,994 1/21/2019
0.2.0 1,929 1/15/2019
0.1.4 1,918 1/7/2019
0.1.3 1,929 12/12/2018
0.1.2 1,794 12/5/2018
0.1.1 1,738 11/28/2018
0.1.0 1,917 11/14/2018
0.0.2 3,382 10/30/2018
0.0.1 1,907 10/10/2018
0.0.1-alpha1 2,092 6/18/2018
0.0.1-alpha 1,769 5/29/2018