Showing
1 changed file
with
3 additions
and
1 deletions
... | ... | @@ -15849,7 +15849,7 @@ class HandleDynamicEffect { |
15849 | 15849 | videoPlayConfig = { |
15850 | 15850 | ...videoPlayConfig, |
15851 | 15851 | muted: true, |
15852 | - liveui: true, | |
15852 | + liveui: true, | |
15853 | 15853 | techOrder: ['html5', 'flvjs'], |
15854 | 15854 | flvjs: { |
15855 | 15855 | mediaDataSource: { |
... | ... | @@ -15857,6 +15857,8 @@ class HandleDynamicEffect { |
15857 | 15857 | cors: true, |
15858 | 15858 | hasAudio: false, |
15859 | 15859 | withCredentials: false, |
15860 | + autoCleanupSourceBuffer: true, | |
15861 | + autoCleanupMaxBackwardDuration: 60, | |
15860 | 15862 | }, |
15861 | 15863 | config: { |
15862 | 15864 | headers: { | ... | ... |