playback azure blob use azure media player

Meng Hao (John) 1 Reputation point
2020-09-28T02:13:56.23+00:00

I have a blob url : https://lkemu.blob.core.windows.net/lkemu-video/bGtlbXUtdmlkZW8uNTY5Wm9QLzdlSmkwcysyUFlKV0ZaQT09. Access url will playback on Chrome.

How can i use azure media player playback it?

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anton Kucer 81 Reputation points
    2020-09-28T17:17:27.797+00:00

    Azure Media Player will only play back video delivered from Azure Media Services. To play it back your MP4 you will need encode it so it is playable via an adaptive streaming format (HLS, DASH, or Smooth). Following is short article on what is needed to convert your file: https://video2.skills-academy.com/en-us/azure/media-services/latest/manage-assets-quickstart. And once this is done see the following short article on using Azure Media Player https://video2.skills-academy.com/en-us/azure/media-services/latest/manage-assets-quickstart./

    0 comments No comments