Skip to content

Ravnur-Inc/Azure-Media-Services-Explorer

 
 

Repository files navigation

page_type languages products
sample
csharp
azure
azure-media-services

Azure Media Services Explorer (for AMS v3)

Azure Media Services Explorer (AMSE) is a .NET 7.0 (C#) application for Windows that does upload, download, encode and stream VOD and live content with Azure Media Services v3.

Important : Azure Media Services will be retired on June 30th, 2024.

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

Installing the tool with Winget

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

Manual installation

The latest binary for Windows (with a MSI installer) is available in the releases section.

This application requires the installation of

Prerequisites to compile the solution from source

This solution has been developed using Visual Studio 2022. It contains two projects: "AMSExplorer", the main application, and "Setup", a project that creates a Setup executable (EXE/MSI).

You need to install the Microsoft Visual Studio Installer Projects in order to open and build the Setup project in Visual Studio.

This solution requires .NET SDK 7.0 to compile.

MediaKind MK/IO

This version of the Azure Media Services Explorer supports creating assets in MediaKind MK/IO from existing AMS assets.

You must have an active MediaKind MK/IO subscription and access to the MediaKind I/O portal: https://io.mediakind.com

To connect with MK I/O you will need:

  • Subscription Name
  • MK/IO Token

The subscription name is also called the resource name and is available in the portal.

An MK/IO token can be obtained by following the directions contained in this article.

AMSE relies on the MK/IO SDK available here.

Learn more on the migration:

Notes

You can force the English or Japanese language by using /language:en-US or /language:ja-JA as a parameter of the AMSExplorer.exe executable.

AMSE uses Application Insights for Telemetry. This feature can be turned off in the Options of AMSE.

Contacts

Contact: amse@microsoft.com

Open a bug here.

Screen capture

Contributing

This project welcomes contributions and suggestions. Please see our contributing guide.

This project has adopted the Microsoft Open Source Code of Conduct.

Data Collection

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.

Security

Please read our security policy to learn how to report security issues.

About

Azure Media Services Explorer Tool

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 55.0%
  • Smalltalk 19.3%
  • Rich Text Format 19.2%
  • HTML 6.3%
  • JavaScript 0.2%
  • PowerShell 0.0%