Commit bd736be5f9b17a0f547852c19627717274f50721
Merge branch 'merge/video-support-rtsp-protocol' into 'main_dev'
Merge/video support rtsp protocol See merge request yunteng/thingskit-front!653
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | ... | @@ -37,8 +37,6 @@ |
| 37 | 37 | cors: true, |
| 38 | 38 | hasAudio: false, |
| 39 | 39 | withCredentials: false, |
| 40 | - autoCleanupSourceBuffer: true, | |
| 41 | - autoCleanupMaxBackwardDuration: 60, | |
| 42 | 40 | }, |
| 43 | 41 | config: { |
| 44 | 42 | headers: { |
| ... | ... | @@ -48,6 +46,7 @@ |
| 48 | 46 | } |
| 49 | 47 | : {}), |
| 50 | 48 | }, |
| 49 | + autoCleanupSourceBuffer: true, | |
| 51 | 50 | }, |
| 52 | 51 | }, |
| 53 | 52 | }; | ... | ... |