Commit 671d5dc386f3c9b6bb9b0a14c182f430acd1dd15

Authored by ww
1 parent e13bf6d3

fix: 修复flv.js开启自动清除缓存报错

... ... @@ -98,9 +98,7 @@ const options: VideoJsPlayerOptions & Recordable = {
98 98 isLive: true,
99 99 cors: true,
100 100 withCredentials: false,
101   - hasAudio: false,
102   - autoCleanupSourceBuffer: true,
103   - autoCleanupMaxBackwardDuration: 60,
  101 + hasAudio: false
104 102 },
105 103 },
106 104 }
... ...