Commit 598787bd80e1ab51a79f6ee71b79d574de75ca85

Authored by xp.Huang
2 parents d9e4ec70 4ccdd8a3

Merge branch 'feat/video-component-support-rtsp-protocol' into 'main'

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

See merge request yunteng/thingskit-front!652
... ... @@ -37,8 +37,6 @@
37 37 cors: true,
38 38 hasAudio: false,
39 39 withCredentials: false,
40   - autoCleanupSourceBuffer: true,
41   - autoCleanupMaxBackwardDuration: 60,
42 40 },
43 41 config: {
44 42 headers: {
... ... @@ -48,6 +46,7 @@
48 46 }
49 47 : {}),
50 48 },
  49 + autoCleanupSourceBuffer: true,
51 50 },
52 51 },
53 52 };
... ...