Skip to content

Commit

Permalink
Update ProDemoPlayer.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
bosscheng committed Apr 28, 2024
1 parent 2fa614d commit 50cc458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/components/ProDemoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<span v-if="!supportMSE" style="color: red;">不支持MSE H264解码;</span>
<span v-if="supportMSEHevc" style="color: green;margin-right: 10px">支持MSE H265解码;</span>
<span v-if="!supportMSEHevc" style="color: red;margin-right: 10px;">不支持MSE H265解码,会自动切换成wasm(simd)解码</span>
<span v-if="!isEdgeSupportHevc"><a href="https://jessibuca.com/zip/HEVCVideoExtensions.zip" target="_blank">下载window Edge Hevc扩展插件</a></span>
</div>
<div>
<div v-if="playing && decodeType">
Expand All @@ -40,7 +41,6 @@
<span v-if="!supportWCS" style="color: red;">不支持Webcodec H265解码(需要https/localhost),</span>
<span v-if="supportWCSHevc" style="color: green;">支持Webcodec H265解码;</span>
<span v-if="!supportWCSHevc" style="color: red;">不支持Webcodec H265解码(需要https/localhost),会自动切换成wasm(simd)解码</span>
<span v-if="!isEdgeSupportHevc"><a href="https://jessibuca.com/zip/HEVCVideoExtensions.zip" target="_blank">下载window Edge Hevc扩展插件</a></span>
</div>
<div class="input">
当前浏览器:
Expand Down

0 comments on commit 50cc458

Please sign in to comment.