Commit 8f2b8cb4cab957810929eaa18cad97260f923646

Authored by ww
1 parent 671d5dc3

fix: flv.js启用自动清除缓存

... ... @@ -100,6 +100,9 @@ const options: VideoJsPlayerOptions & Recordable = {
100 100 withCredentials: false,
101 101 hasAudio: false
102 102 },
  103 + config: {
  104 + autoCleanupSourceBuffer: true,
  105 + }
103 106 },
104 107 }
105 108
... ...