Search code examples
c#azureazure-media-services

Azure Media Service V3 metadata


I am rewriting our Azure Media Service integration from V2 to V3 but I cannot from the documentation work out how to access the metadata on an encoded video to get the duration of the video.

I have managed to upload, encode and publish a locator and get the DASH url but the access to metadata appears to be missing on the Asset object.

Is this available yet in version 3 of the API? The V3 documentation mentions the Output metadata but not how to access it:

https://learn.microsoft.com/en-us/azure/media-services/latest/output-metadata-schema


Solution

  • In the output Asset, you should find a file named {GUID}_metadata.json

    We will follow up and update our documentation.