@vkontakte/videoplayer-core 2.0.134-dev.29c5fea5.0 → 2.0.134-dev.ae2fd074.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/videoplayer-core",
3
- "version": "2.0.134-dev.29c5fea5.0",
3
+ "version": "2.0.134-dev.ae2fd074.0",
4
4
  "author": "vk.com",
5
5
  "description": "Videoplayer core library based on the vk.com platform",
6
6
  "homepage": "https://vk.com",
@@ -54,7 +54,7 @@
54
54
  "**/*.d.ts"
55
55
  ],
56
56
  "dependencies": {
57
- "@vkontakte/videoplayer-shared": "1.0.62-dev.5c3ee499.0",
57
+ "@vkontakte/videoplayer-shared": "1.0.62-dev.4277dc0d.0",
58
58
  "hls.js": "~1.4.7"
59
59
  }
60
60
  }
@@ -103,7 +103,8 @@ export type ITuningConfig = {
103
103
  sourceOpenTimeout: number;
104
104
  vktvAbrThrottle: number;
105
105
  timeupdateEventTickThrottle: number;
106
- useOldFetherInNewDashProvider: boolean;
106
+ useSourceBufferUpdateendMaintain: boolean;
107
+ useSourceBufferBufferedDiff: boolean;
107
108
  };
108
109
  dashCmafLive: {
109
110
  maxActiveLiveOffset: Milliseconds;