gpt4 book ai didi

Azure 媒体服务 - 视频播放因损坏而中止... (0x20400003)

转载 作者:行者123 更新时间:2023-12-04 03:15:28 24 4
gpt4 key购买 nike

我已将 MP4 文件上传到 Azure,然后将其转换为 H264 1080p 流格式。当我尝试从播放器播放它时,出现以下错误:

enter image description here

所有浏览器都相同。当我从底层存储帐户下载处理后的 MP4 文件时,它们播放得很好。

这是我的代码:

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">

<title>The HTML5 Herald</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<link href="//amp.azure.net/libs/amp/1.8.1/skins/amp-default/azuremediaplayer.min.css" rel="stylesheet">
<script src="//amp.azure.net/libs/amp/1.8.1/azuremediaplayer.min.js"></script>

<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>

<body>


<video id="vid1" class="azuremediaplayer amp-default-skin amp-big-play-centered" autoplay controls width="640" height="400" data-setup='{"logo": { "enabled": false }, "controls": true, "autoplay": false, "nativeControlsForTouch": true}'>
<source src="https://mediatest12.streaming.mediaservices.windows.net/96fe4710-a1e2-4384-a849-93a0fceb1d40/big_buck_bunny_1280x720_30mb.ism/manifest(format=mpd-time-csf)" type="application/vnd.ms-sstr+xml" />
<p class="amp-no-js">
To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video
</p>
</video>

<video id="vid2" class="azuremediaplayer amp-default-skin amp-big-play-centered" autoplay controls width="640" height="400" data-setup='{"logo": { "enabled": false }, "controls": true, "autoplay": false, "nativeControlsForTouch": true}'>
<source src="https://igmediawe.streaming.mediaservices.windows.net/27472dba-a353-429e-b305-2879e32f65ea/wi005-packing_ecomm_pack_scan.ism/manifest(format=mpd-time-csf)"
type="application/vnd.ms-sstr+xml" />
<p class="amp-no-js">
To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video
</p>
</video>
</body>
</html>

第一个视频有效,另一个则无效。

这是我尝试使用它的页面:完全相同的播放器设置适用于另一个视频:

https://opreports.azurewebsites.net/media.html

我做错了什么?如果我尝试从 Azure 门户中播放它,也会遇到同样的错误。

最初上传的源视频:

MP4
H.264/MPEG-4 AVC
1680 x 924
30fps
No audio stream

最佳答案

我最终从 Microsoft 支持部门获得了帮助,并在下面引用了他们的答案。

<小时/>

“问题是第二个视频是纯视频。根据 http://amp.azure.net/libs/amp/latest/docs/features.html 的底部,Azure Media Player 不支持纯音频或纯视频文件。它们必须同时包含音频和视频。原因因为这是大多数浏览器中对媒体源扩展中某些功能的支持以及我们如何实现它们。

因此,我们在 Azure 媒体服务资源管理器 ( http://aka.ms/amse ) 中添加了一项功能,允许您向纯视频源文件添加无声音轨,或向纯音频文件添加黑屏:

enter image description here

为此,请右键单击要编码的视频,选择“编码”→“使用 Media Encoder Standard (MES) 编码资源...”→“高级”选项卡。”

关于Azure 媒体服务 - 视频播放因损坏而中止... (0x20400003),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41465422/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com