简体   繁体   English

Azure媒体服务和HTML5视频

[英]Azure Media Services and HTML5 Video

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: 我想使用Azure媒体服务允许我的用户上传视频(当然是媒体服务支持的任何文件格式),然后执行以下步骤:

  • Create MP4, WEBM, and OGV converted endpoints to allow any browser to stream the video 创建MP4,WEBM和OGV转换的端点,以允许任何浏览器流式传输视频
  • Create a thumbnail for the video by selected a random frame 通过选择随机帧为视频创建缩略图

Is this possible? 这可能吗?

WEBM and OGV are not supported by Windows Azure Media Encoder. Windows Azure Media Encoder不支持WEBM和OGV。 You can find a list a available presets here : http://msdn.microsoft.com/en-us/library/windowsazure/jj129582.aspx 您可以在此处找到可用预设列表: 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 您将在此页面上找到所需的一切: http//msdn.microsoft.com/en-us/library/windowsazure/hh973629.aspx

Hope this helps ! 希望这可以帮助 !

Julien 朱利安

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM