In this article, we will learn about working with Media Service Explorer using Azure cloud platform. Here, we are using Version 3.44.1.0 of Azure Media Service Explorer, available on GitHub.

Before reading this article, please go through the following articles that will help you for easy understanding.

The following are some of the requirements that we need to fulfill before running the Azure Media Service Explorer.

  • Visual Studio 2015 with any update
  • Azure Media Service Explorer (mandatory)
  • Azure Account

Let’s get started

Before moving to the steps, let's know about Modules available in Azure Media Service Explorer. Media service dashboard contains the following modules.

Asset upload/download/management

Process assets

Live streaming

Publish assets

Display and reporting

Steps to be followed in Azure Media Explorer.

Open Azure Media Service package in Visual Studio and click on "Start" to run the AMS Explorer. Then, the following screenshot will be displayed. In that, fill the mandatory fields such as,

Now click on "Connect" button to connect with Azure Media Service account.

Once the AMS dashboard appears, click Assets tab to upload a video, as shown below.

Assets ->Upload ->Upload files to new single file assets. The progress of the video uploads is shown in the below screenshot.
Once uploaded, select the Assets windows to access the uploaded media.

Now, right click on the uploaded assets and select "Media Analysis" >> "Azure Motion Detection", as shown below.

Then, the Motion Detection wizard will appear. Here, fill all the mandatory fields and click "Launch processing".

A job is submitted to Azure Media Service. It takes some time to process the media into motion detection output.

Now, right click on the completed job and select Publish -> Create a locator.

Now, the "Publish Assets" window appears. Select Locator type as Streaming locator and click "Create Locator".

Now, you will receive the output link. Click on Progressive output URLs to retrieve the results.

The output for Motion Detection is given below.

Related article – Getting started with Azure Media Service

Conclusion

In this article, we learned how to work with Azure Media Service Explorer and the output is projected. I hope you enjoyed reading this article. Thanks for Reading.

Happy Coding !