Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Explorer 5.5.2.0 (for AMS v3)

Compare
Choose a tag to compare
@xpouyat xpouyat released this 07 Sep 14:48
· 182 commits to main since this release
d613e72

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.6
winget install Microsoft.EdgeWebView2Runtime
winget install Microsoft.AzureMediaServicesExplorer

Please report bugs or crashes here (preferred) or contact [email protected].

Version 5.5.2.0 (September 7th, 2022) brings the following features and improvements

  • Support for the new API for asset tracks management in the asset information UI
    • List the tracks of the asset
    • Create a text track from a .vtt blob
    • Text track player visibility management and deletion
  • Live transcription is GA, support for more languages
  • Using default SystemAware mode for High DPI, as there are issues with PerMonitor and PerMonitorV2 modes
  • Bug fixes
  • Nugget packages and documentation update