...
|
...
|
@@ -98,6 +98,9 @@ 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
|
104
|
},
|
102
|
105
|
},
|
103
|
106
|
}
|
...
|
...
|
|