perf(jessibuca): 升级 jessibuca 2023-03-8 v3.1.28 版本, 修改 jessibuca 参数使用硬解码优化播放黑屏问题, https 环境下使用 WCS 硬解码, http 环境下使用 MSE 硬解码, H265 视频自动使用 wasm 软解码

This commit is contained in:
xiaoQQya
2023-03-13 17:53:50 +08:00
parent bdcd006a7e
commit 84595e0c84
5 changed files with 42 additions and 21 deletions

File diff suppressed because one or more lines are too long

View File

@@ -62,7 +62,7 @@ declare namespace Jessibuca {
/**
* 1. 当为`true`的时候:视频画面做等比缩放后,完全填充canvas区域,画面不被拉伸,没有黑边,但画面显示不全。等同于 `setScaleMode(2)`
*/
isFullSize?: boolean;
isFullResize?: boolean;
/**
* 1. 当为`true`的时候ws协议不检验是否以.flv为依据进行协议解析。
*/
@@ -120,7 +120,7 @@ declare namespace Jessibuca {
/**
* 加载过程中文案
*/
loadingText?: boolean;
loadingText?: string;
/**
* 背景图片
*/

File diff suppressed because one or more lines are too long