Explorer 5.6.1.0 (for AMS v3)
Azure Media Services Explorer is a test tool for Windows that does upload, download, process, encode, package, and stream assets and live channels with Azure Media Services using the AMS .Net SDK and the REST API. Source code is also provided.
Use the MSI to install the tool, or run the following commands in a command prompt to install the prerequisites and AMSE :
winget install Microsoft.DotNet.DesktopRuntime.7
winget install Microsoft.EdgeWebView2Runtime
winget install Microsoft.AzureMediaServicesExplorer
Please report bugs or crashes here (preferred) or contact [email protected].
As the .NET runtime changed to v7, you will loose the list of your favorite media services accounts if you update from v5.5.2.0 or earlier version. To avoid this, export the list using the "Export" button before the upgrade, and reimport the list after the upgrade.
Version 5.6.1.0 (January 4th, 2023) brings the following features and improvements
- Application has been upgraded to .NET 7.0
- Code refactoring to use new Azure.ResourceManager nugget
- Bug fixes, REST version update
- Nugget packages and documentation update