修复录屏无法播放的问题

This commit is contained in:
Yutousama 2022-04-11 13:17:45 +08:00
parent 8d4cf25977
commit 34c9d94b9f

View File

@ -108,7 +108,7 @@
stashInitialSize: 512 * 1024,
enableStashBuffer: true
}
let playType = 'flv'
let playType = 'mp4'
if (url.indexOf('_ffmpeg') !== -1) {
playType = 'mp4'
}