Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
ae894afb6f49b7be48d59b11cd979fc3f17c1766
Authored by
ww
2023-06-30 15:56:44 +0800
1 parent
8518abd2
fix: 修复flv.js开启自动清除缓存报错
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/components/Video/src/VideoPlay.vue
src/components/Video/src/VideoPlay.vue
View file @
ae894af
...
...
@@ -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: {
...
...