Showing
1 changed file
with
3 additions
and
0 deletions
@@ -100,6 +100,9 @@ const options: VideoJsPlayerOptions & Recordable = { | @@ -100,6 +100,9 @@ const options: VideoJsPlayerOptions & Recordable = { | ||
100 | withCredentials: false, | 100 | withCredentials: false, |
101 | hasAudio: false | 101 | hasAudio: false |
102 | }, | 102 | }, |
103 | + config: { | ||
104 | + autoCleanupSourceBuffer: true, | ||
105 | + } | ||
103 | }, | 106 | }, |
104 | } | 107 | } |
105 | 108 |