Sign in
简柏林
/
thingskit-view
·
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
8f2b8cb4cab957810929eaa18cad97260f923646
Authored by
ww
2023-06-30 17:02:46 +0800
1 parent
671d5dc3
fix: flv.js启用自动清除缓存
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/packages/components/external/Composes/Mores/Camera/cameraItem.vue
src/packages/components/external/Composes/Mores/Camera/cameraItem.vue
View file @
8f2b8cb
...
...
@@ -100,6 +100,9 @@ const options: VideoJsPlayerOptions & Recordable = {
100
100
withCredentials: false,
101
101
hasAudio: false
102
102
},
103
+
config: {
104
+
autoCleanupSourceBuffer: true,
105
+
}
103
106
},
104
107
}
105
108
...
...