Azure Media Services and HTML5 Video

为君一笑 提交于 2021-01-27 09:25:45

问题


I want to use Azure Media Services to allow my users to upload a video (in any file format -- supported by the media services of course) and then perform the following steps:

  • Create MP4, WEBM, and OGV converted endpoints to allow any browser to stream the video
  • Create a thumbnail for the video by selected a random frame

Is this possible?


回答1:


WEBM and OGV are not supported by Windows Azure Media Encoder. You can find a list a available presets here : http://msdn.microsoft.com/en-us/library/windowsazure/jj129582.aspx

Thumbnails creation is possible.

You will find all you need on this page : http://msdn.microsoft.com/en-us/library/windowsazure/hh973629.aspx

Hope this helps !

Julien



来源:https://stackoverflow.com/questions/16956468/azure-media-services-and-html5-video

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!