Is it possible to pull the png thumbnail for a video from the manifest url? I have videos encoded using Azure Media Services. The thumbnail png files are being created and stored in the blob during the transform. However, I'm not sure how I can retrieve these client side. I would like to display thumbnails for a list of videos and allow the user to select a video based on the thumbnail image.
Given the collection of manifest urls:
https://[Account].streaming.media.azure.net/[Locator Id]/Export.ism/manifest
Is it possible to pull a list of thumbnails with only this information?