AtcSoft.VideoPlayer.Wpf 1.2.3

dotnet add package AtcSoft.VideoPlayer.Wpf --version 1.2.3
                    
NuGet\Install-Package AtcSoft.VideoPlayer.Wpf -Version 1.2.3
                    
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="AtcSoft.VideoPlayer.Wpf" Version="1.2.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AtcSoft.VideoPlayer.Wpf" Version="1.2.3" />
                    
Directory.Packages.props
<PackageReference Include="AtcSoft.VideoPlayer.Wpf" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AtcSoft.VideoPlayer.Wpf --version 1.2.3
                    
#r "nuget: AtcSoft.VideoPlayer.Wpf, 1.2.3"
                    
#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.
#:package AtcSoft.VideoPlayer.Wpf@1.2.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AtcSoft.VideoPlayer.Wpf&version=1.2.3
                    
Install as a Cake Addin
#tool nuget:?package=AtcSoft.VideoPlayer.Wpf&version=1.2.3
                    
Install as a Cake Tool

AtcSoft.VideoPlayer.Wpf

WPF VideoHost control that renders video from AtcSoft.VideoEngine onto a DirectComposition surface, with a XAML overlay layer on top for your own content.

Target framework: net10.0-windows.

This is the low-level rendering control. If you want a ready-made camera tile with connection state, overlays and a grid layout, use AtcSoft.VideoSurveillance.Wpf.Core instead — it builds on this package.

The DirectComposition surface is composed by the GPU rather than drawn through WPF's software pipeline, which is what keeps several simultaneous camera streams smooth.

FFmpeg is not included

Playback requires the FFmpeg 8.x shared native libraries to be deployed with your application; see the AtcSoft.VideoEngine readme.

Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AtcSoft.VideoPlayer.Wpf:

Package Downloads
AtcSoft.VideoSurveillance.Wpf.Core

Shared WPF library for AtcSoft VideoSurveillance applications, providing common models, dialogs, controls, converters, themes, and service interfaces.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.3 49 9/22/2026
1.2.2 46 9/22/2026
1.2.1 51 9/22/2026