簡體   English   中英

Azure Media Player打破視頻播放

[英]Azure Media Player breaking upon video play

我有一個非常奇怪的問題。 Azure的媒體播放器工作得很好,直到幾天前,當我真正需要它工作時,從那時起它就沒有了。 我附上了一張照片,這樣每當我按下播放時你都能看到我在看的東西:

在此輸入圖像描述

這是播放器的代碼:

<video id="azuremediaplayer" class="azuremediaplayer amp-default-skin amp-big-play-centered" tabindex="0" autoplay controls width="100%" margin="0" margin="0px" poster="{{object.thumbnail.url}}" data-setup='{"logo": { "enabled": false },"nativeControlsForTouch": false, "plugins": {"ga":{ "eventsToTrack": ["playerConfig", "loaded", "playTime", "percentsPlayed", "start", "end", "play", "pause", "error", "buffering", "fullscreen", "seek", "bitrate"], "debug": false}}}'>
    <source
    src="{{object.ingest_url}}"
    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>

我使用的是2.2.4版本:

<link href="http://amp.azure.net/libs/amp/2.2.4/skins/amp-default/azuremediaplayer.min.css" rel="stylesheet">
<script src= "http://amp.azure.net/libs/amp/2.2.4/azuremediaplayer.min.js"></script>

我自己的錯,Streaming Endpoint被意外關閉了。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM