Commit 549740f57397b61415c09fed9236b5d0b3aecc3d

Authored by ww
1 parent eca96f70

perf: flv设置自动清除缓存

... ... @@ -15838,6 +15838,9 @@ class HandleDynamicEffect {
15838 15838 isLive: true,
15839 15839 cors: true,
15840 15840 withCredentials: false,
  15841 + hasAudio: false,
  15842 + autoCleanupSourceBuffer: true,
  15843 + autoCleanupMaxBackwardDuration: 60,
15841 15844 }
15842 15845 },
15843 15846 }
... ...