Commit b6b2691b78d23e4b11c81525f8b4a71b2b199535

Authored by ww
2 parents c6f9e680 4ccdd8a3

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

@@ -37,8 +37,6 @@ @@ -37,8 +37,6 @@
37 cors: true, 37 cors: true,
38 hasAudio: false, 38 hasAudio: false,
39 withCredentials: false, 39 withCredentials: false,
40 - autoCleanupSourceBuffer: true,  
41 - autoCleanupMaxBackwardDuration: 60,  
42 }, 40 },
43 config: { 41 config: {
44 headers: { 42 headers: {
@@ -48,6 +46,7 @@ @@ -48,6 +46,7 @@
48 } 46 }
49 : {}), 47 : {}),
50 }, 48 },
  49 + autoCleanupSourceBuffer: true,
51 }, 50 },
52 }, 51 },
53 }; 52 };