Commit 8518abd26a48c1acd0f3c2c10e612c4584bc3842

Authored by ww
1 parent 51190fdd

perf: flv设置自动清除缓存

... ... @@ -37,6 +37,8 @@
37 37 cors: true,
38 38 hasAudio: false,
39 39 withCredentials: false,
  40 + autoCleanupSourceBuffer: true,
  41 + autoCleanupMaxBackwardDuration: 60,
40 42 },
41 43 config: {
42 44 headers: {
... ...