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