GleamTech.VideoUltimate
5.2.0
dotnet add package GleamTech.VideoUltimate --version 5.2.0
NuGet\Install-Package GleamTech.VideoUltimate -Version 5.2.0
<PackageReference Include="GleamTech.VideoUltimate" Version="5.2.0" />
<PackageVersion Include="GleamTech.VideoUltimate" Version="5.2.0" />
<PackageReference Include="GleamTech.VideoUltimate" />
paket add GleamTech.VideoUltimate --version 5.2.0
#r "nuget: GleamTech.VideoUltimate, 5.2.0"
#:package GleamTech.VideoUltimate@5.2.0
#addin nuget:?package=GleamTech.VideoUltimate&version=5.2.0
#tool nuget:?package=GleamTech.VideoUltimate&version=5.2.0
VideoUltimate is a .NET Video Reader and a .NET Video Thumbnailer
which can read any video file format on the planet.
It supports .NET 5.0+ or .NET Core 3.1 and .NET Framework 4.7.2+ web/console/desktop applications.
It allows you read a video file frame by frame or generate meaningful thumbnails.
| Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 is compatible. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- GleamTech.Common (>= 7.2.0)
-
.NETStandard 2.0
- GleamTech.Common (>= 7.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on GleamTech.VideoUltimate:
| Package | Downloads |
|---|---|
|
GleamTech.FileUltimate
FileUltimate is an ASP.NET File Manager and Uploader which supports ASP.NET Core 5.0+, ASP.NET Core 2.1+, ASP.NET MVC 3.0+ and ASP.NET WebForms 4.7.2+ web applications/web sites. Integrate a file manager into your ASP.NET application or site rapidly. - Browse and manage files with access control. - Accept files with the advanced upload functionality. - Offer a structured and neat download area. - Preview documents (70+ file formats, including PDF © Microsoft Office), images, audios and videos. Note: This package contains a fully working version of the product, however without a license key it will run in trial mode. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.2.0 | 190 | 6/8/2026 |
| 5.1.0 | 802 | 4/24/2026 |
| 5.0.0 | 435 | 4/7/2026 |
| 4.5.9 | 1,652 | 12/23/2025 |
| 4.5.8 | 916 | 12/18/2025 |
| 4.5.7 | 1,224 | 10/21/2025 |
| 4.5.6 | 1,177 | 10/2/2025 |
| 4.5.5 | 1,105 | 9/26/2025 |
| 4.5.2 | 1,168 | 9/11/2025 |
| 4.5.1 | 1,345 | 9/1/2025 |
| 4.5.0 | 1,189 | 8/27/2025 |
| 4.4.9 | 1,924 | 7/3/2025 |
| 4.4.8 | 1,550 | 5/6/2025 |
| 4.4.7 | 1,540 | 4/18/2025 |
| 4.4.6 | 1,345 | 4/12/2025 |
| 4.4.5 | 1,476 | 3/30/2025 |
| 4.4.0 | 2,832 | 3/8/2025 |
| 4.3.1 | 1,466 | 3/4/2025 |
| 4.3.0 | 3,444 | 1/7/2025 |
| 4.2.0 | 2,380 | 12/1/2024 |
## Version 5.2.0 - June 8, 2026
- **Improved:** Stability and performance of video processing and video formats.
- **Added:** `UrlFileProvider` now supports Basic, Digest and Windows Authentication with new properties `UserName` and `Password`.
Also if no credentials are provided, i.e. `UserName` property is not set, new property `UseDefaultCredentials` can be set to `true`
to use the current Windows identity for Windows Integrated Authentication (NTLM/Kerberos/Negotiate).
URL legacy format with UserInfo component is also now supported e.g. `http://username:password@example.com/Subfolder/File.ext`.
If `UserName` property is not set then credentials from URL UserInfo component `username:password@` will be used
but HTTP request will be sent with stripped URL that does not include UserInfo component (to prevent UserInfo leaking into server logs).
- **Improved:** `UrlFileProvider` now throws more descriptive error message then URL is not accessible, for example:
```
Error accessing URL 'http://...'.
Response status code does not indicate success: 401 (Unauthorized).
```
So when DocumentViewer can not open the file and show an error message dialog,
user should now know that it comes from `UrlFileProvider`.