Commit bf5404d72482356e1cc0efbf6cf2f74f0abb7f15
Merge branch 'feat/video-component-support-rtsp-protocol' into merge/video-support-rtsp-protocol
Showing
1 changed file
with
4 additions
and
3 deletions
... | ... | @@ -98,10 +98,11 @@ const options: VideoJsPlayerOptions & Recordable = { |
98 | 98 | isLive: true, |
99 | 99 | cors: true, |
100 | 100 | withCredentials: false, |
101 | - hasAudio: false, | |
102 | - autoCleanupSourceBuffer: true, | |
103 | - autoCleanupMaxBackwardDuration: 60, | |
101 | + hasAudio: false | |
104 | 102 | }, |
103 | + config: { | |
104 | + autoCleanupSourceBuffer: true, | |
105 | + } | |
105 | 106 | }, |
106 | 107 | } |
107 | 108 | ... | ... |