Adzup.VideoReader
1.0.21
dotnet add package Adzup.VideoReader --version 1.0.21
NuGet\Install-Package Adzup.VideoReader -Version 1.0.21
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="Adzup.VideoReader" Version="1.0.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Adzup.VideoReader" Version="1.0.21" />
<PackageReference Include="Adzup.VideoReader" />
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 Adzup.VideoReader --version 1.0.21
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Adzup.VideoReader, 1.0.21"
#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 Adzup.VideoReader@1.0.21
#: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=Adzup.VideoReader&version=1.0.21
#tool nuget:?package=Adzup.VideoReader&version=1.0.21
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Encoding and decoding operations for adzup player
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-android24.0 is compatible. net9.0-browser was computed. net9.0-ios was computed. net9.0-ios13.0 is compatible. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-android24.0 is compatible. net10.0-browser was computed. net10.0-ios was computed. net10.0-ios13.0 is compatible. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- No dependencies.
-
net10.0-android24.0
- No dependencies.
-
net10.0-ios13.0
- No dependencies.
-
net9.0
- No dependencies.
-
net9.0-android24.0
- No dependencies.
-
net9.0-ios13.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.21 | 94 | 7/18/2026 |
| 1.0.20 | 108 | 7/11/2026 |
| 1.0.19 | 131 | 7/9/2026 |
| 1.0.17 | 355 | 12/19/2025 |
| 1.0.16 | 340 | 12/18/2025 |
| 1.0.15 | 486 | 12/10/2025 |
| 1.0.14 | 1,276 | 12/31/2024 |
| 1.0.13 | 546 | 12/10/2024 |
| 1.0.12 | 799 | 9/15/2024 |
| 1.0.11 | 551 | 9/8/2024 |
| 1.0.10 | 773 | 8/14/2024 |
| 1.0.9 | 322 | 7/29/2024 |
| 1.0.8 | 355 | 7/26/2024 |
| 1.0.7 | 460 | 7/24/2024 |
| 1.0.6 | 840 | 3/13/2024 |
| 1.0.5 | 570 | 3/13/2024 |
| 1.0.4 | 556 | 2/15/2024 |
| 1.0.3 | 441 | 2/10/2024 |
| 1.0.2 | 424 | 2/3/2024 |
| 1.0.1 | 310 | 2/3/2024 |
Loading failed
Rebuild the stale win-x64 and linux-x64 native decoder binaries from current source, picking up the MPEG-4 Part 2 fix (restore avformat_find_stream_info so mpeg4 streams resolve codec/dimensions — fixes "Picture size 0x0 is invalid" open failure on desktop players) and the thread-safety mutex fix (no more SIGSEGV on concurrent open/close). H.264 behavior unchanged.