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

Explorer 5.8.0.0 (with MK.IO support)

Compare
Choose a tag to compare
@xpouyat xpouyat released this 23 Nov 15:52
· 55 commits to main since this release
05fcf0d

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.

This tool can help you migrate to MediaKind MK.IO.

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].

Version 5.8.0.0 (November 23rd, 2023) brings the following features and improvements

  • Support for MediaKind MK.IO
    • UI to connect to MK.IO instance
    • Provide Storage access to MK.IO (using add/remove commands)
    • Content Key Policies migration to MK.IO (create/delete commands)
    • Assets migration to MK.IO (create/delete commands) with migration of locators
    • Display MK.IO info and streaming URLs in asset information
  • Nugget packages and documentation update