Commit f89965843e5cb827b7ee81b9ff0ef7cb22851e71
Merge branch 'merge/video-support-rtsp-protocol' into 'main_dev'
Merge/video support rtsp protocol See merge request yunteng/thingskit-view!82
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 | ... | ... |