Commit bd736be5f9b17a0f547852c19627717274f50721

Authored by xp.Huang
2 parents c6f9e680 b6b2691b

Merge branch 'merge/video-support-rtsp-protocol' into 'main_dev'

Merge/video support rtsp protocol

See merge request yunteng/thingskit-front!653
... ... @@ -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 };
... ...