Showing
1 changed file
with
2 additions
and
1 deletions
| ... | ... | @@ -15861,7 +15861,8 @@ class HandleDynamicEffect { | 
| 15861 | 15861 | config: { | 
| 15862 | 15862 | headers: { | 
| 15863 | 15863 | ...(isFlvUrl ? {} : { 'X-Authorization': `Bearer ${GLOBAL_TOKEN.token}` }) | 
| 15864 | - } | |
| 15864 | + }, | |
| 15865 | + autoCleanupSourceBuffer: true | |
| 15865 | 15866 | } | 
| 15866 | 15867 | }, | 
| 15867 | 15868 | } | ... | ... |