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
8518abd26a48c1acd0f3c2c10e612c4584bc3842
Authored by
ww
2023-06-30 09:26:00 +0800
1 parent
51190fdd
perf: flv设置自动清除缓存
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/components/Video/src/VideoPlay.vue
src/components/Video/src/VideoPlay.vue
View file @
8518abd
...
...
@@ -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: {
...
...