LibVLCSharp.WPF 3.6.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.WPF --version 3.6.2
NuGet\Install-Package LibVLCSharp.WPF -Version 3.6.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.WPF" Version="3.6.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LibVLCSharp.WPF --version 3.6.2
#r "nuget: LibVLCSharp.WPF, 3.6.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.WPF as a Cake Addin
#addin nuget:?package=LibVLCSharp.WPF&version=3.6.2

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

LibVLCSharp.WPF

NuGet Stats NuGet Stats

LibVLCSharp.WPF is the WPF integration for LibVLCSharp.

It contains the views that allow to display a video played with LibVLCSharp in a WPF app.

LibVLCSharp.Forms.Platforms.WPF depends on this package.

This package depends on LibVLCSharp.

Supported frameworks:

  • net461+
  • netcoreapp3.0

Supported platform:

  • Windows

Airspace limitations

If you encounter UI issues with the WPF VideoView in your application, you may be running into what is called airspace limitations.

For context and explanations of the tradeoffs, see this PR. Issues related to airspace are tracked on our GitLab with the airspace tag.

WPF control specific stuffs

Due to the Airspace issue, you cannot easily draw things over the video in WPF, unless you have a hack like the one that is included in this project. This hack means that the WPF control works a little differently than other platform's.

If you want to place something over the control, you would probably write code like this in other platforms:

<Grid>
    <vlc:VideoView x:Name="VideoView" />
    <Button Click="Play_Clicked">PLAY</Button>
</Grid>

But for WPF, you would rather need something like this:

<Grid>
    <vlc:VideoView x:Name="VideoView">
        <Button Click="Play_Clicked">PLAY</Button>
    </vlc:VideoView>
</Grid>

The VideoView appears as a container in your XAML (you can set its Content property from code too), but it is really a detached window over your video control.

The DataContext of the VideoView is propagated to your overlay content. This means you can inherit the DataContext environment from the outside of your VideoView

Note : This behavior is specific to the LibVLCSharp WPF implementation and is not (yet?) available to LibVLCSharp.Forms.Platforms.WPF

Why should I reference this package in my project?

If you want to create a video application using WPF and any supported .NET language, this package is made for you.

You can also create a true cross-platform application with Xamarin.Forms, and use the WPF backend. In that case, you would need the LibVLCSharp.Forms.Platforms.WPF package instead, which internally references this one.

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 netcoreapp3.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.WPF:

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.

SmilesInc.Shared.Video

Package Description

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on LibVLCSharp.WPF:

Repository Stars
CHKZL/DDTV
可对阿B进行直播多窗口观看、开播提醒、自动录制、合并、转码的跨平台工具
Super-Badmen-Viper/NSMusicS
NSMusicS(Nine Songs · Music World),Multi platform Multi mode Super Music Software (Full stack development, audio processing, artificial intelligence, natural language processing)
ME3Tweaks/LegendaryExplorer
Editor toolset for Mass Effect Trilogy and Mass Effect Legendary Edition
Version Downloads Last updated
3.8.2 5,267 11/7/2023
3.8.1 5,092 10/17/2023
3.8.0 1,227 9/26/2023
3.7.0 7,829 4/4/2023
3.6.8 10,155 3/15/2023
3.6.7 8,744 10/3/2022
3.6.6 14,110 3/23/2022
3.6.5 3,460 12/28/2021
3.6.4 829 12/14/2021
3.6.3 460 12/8/2021
3.6.2 713 12/6/2021
3.6.1 3,297 9/28/2021
3.6.0 2,745 8/11/2021
3.5.1 4,860 6/8/2021
3.5.0 4,125 3/29/2021
3.4.9 10,873 11/12/2020
3.4.8 3,169 9/16/2020
3.4.7 1,142 8/12/2020
3.4.6 1,691 7/9/2020
3.4.5 1,830 5/7/2020
3.4.4 885 4/22/2020
3.4.3 1,243 3/5/2020
3.4.2 1,378 1/21/2020
3.4.1 842 12/26/2019
3.4.0 756 12/11/2019
3.3.1 1,171 10/30/2019
3.3.0 613 10/24/2019
3.2.5 606 10/21/2019
3.2.4 588 10/13/2019
3.2.3 875 9/24/2019
3.2.2 620 9/23/2019
3.2.1 1,238 8/26/2019
3.2.0 695 8/13/2019
3.1.1 622 8/9/2019
3.1.0 851 7/11/2019
3.0.3 824 6/20/2019
3.0.2 712 6/12/2019
3.0.1 677 6/4/2019
3.0.0 1,072 5/13/2019
0.8.1 799 4/16/2019
0.8.0 657 4/9/2019
0.7.0 912 4/1/2019
0.6.0 685 3/25/2019
0.3.0 1,187 1/21/2019
0.0.3 968 1/7/2019
0.0.2 751 12/12/2018
0.0.1 935 11/14/2018
0.0.1-alpha2 587 10/29/2018
0.0.1-alpha1 811 7/31/2018
0.0.1-alpha 701 7/19/2018