Showing
1 changed file
with
1 additions
and
3 deletions
@@ -98,9 +98,7 @@ const options: VideoJsPlayerOptions & Recordable = { | @@ -98,9 +98,7 @@ const options: VideoJsPlayerOptions & Recordable = { | ||
98 | isLive: true, | 98 | isLive: true, |
99 | cors: true, | 99 | cors: true, |
100 | withCredentials: false, | 100 | withCredentials: false, |
101 | - hasAudio: false, | ||
102 | - autoCleanupSourceBuffer: true, | ||
103 | - autoCleanupMaxBackwardDuration: 60, | 101 | + hasAudio: false |
104 | }, | 102 | }, |
105 | }, | 103 | }, |
106 | } | 104 | } |