Commit bf5404d72482356e1cc0efbf6cf2f74f0abb7f15

Authored by ww
2 parents 89d62489 8f2b8cb4

Merge branch 'feat/video-component-support-rtsp-protocol' into merge/video-support-rtsp-protocol

@@ -98,10 +98,11 @@ const options: VideoJsPlayerOptions & Recordable = { @@ -98,10 +98,11 @@ 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 },
  103 + config: {
  104 + autoCleanupSourceBuffer: true,
  105 + }
105 }, 106 },
106 } 107 }
107 108