feat: 升级 Jessibuca 播放器到 2023-09-15 v3.1.36 版本,优化部分配置

This commit is contained in:
xiaoQQya
2023-10-25 17:44:07 +08:00
parent 2bb7e23601
commit e1d604a560
4 changed files with 73 additions and 132 deletions

View File

@@ -561,9 +561,9 @@ declare class Jessibuca {
buf: number;
/** 当前视频帧率 */
fps: number;
/** 当前音频码率单位bit */
/** 当前音频码率单位byte */
abps: number;
/** 当前视频码率单位bit */
/** 当前视频码率单位byte */
vbps: number;
/** 当前视频帧pts单位毫秒 */
ts: number;

File diff suppressed because one or more lines are too long