Commit 7ceb77743a49304468badb7da53b1167b85dd486

Authored by ww
1 parent fdd95672

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

... ... @@ -15861,7 +15861,8 @@ class HandleDynamicEffect {
15861 15861 config: {
15862 15862 headers: {
15863 15863 ...(isFlvUrl ? {} : { 'X-Authorization': `Bearer ${GLOBAL_TOKEN.token}` })
15864   - }
  15864 + },
  15865 + autoCleanupSourceBuffer: true
15865 15866 }
15866 15867 },
15867 15868 }
... ...