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
4ccdd8a3557fc3d1d0a54cb0f6cdd3956562369c
Authored by
ww
2023-06-30 17:42:45 +0800
1 parent
ae894afb
fix: flv.js启用自动清除缓存
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/Video/src/VideoPlay.vue
src/components/Video/src/VideoPlay.vue
View file @
4ccdd8a
@@ -46,6 +46,7 @@
@@ -46,6 +46,7 @@
46
}
46
}
47
: {}),
47
: {}),
48
},
48
},
49
+
autoCleanupSourceBuffer: true,
49
},
50
},
50
},
51
},
51
};
52
};