@vkontakte/videoplayer-core 2.0.114-dev.5126d73d.0 → 2.0.114-dev.7b239b8f.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/es2015.cjs.js +11 -11
- package/es2015.esm.js +10 -10
- package/es2018.cjs.js +12 -12
- package/es2018.esm.js +10 -10
- package/esnext.cjs.js +21 -21
- package/esnext.esm.js +19 -19
- package/evergreen.esm.js +14 -14
- package/package.json +2 -2
- package/types/providers/DashProvider/lib/buffer.d.ts +0 -3
- package/types/providers/DashProvider/lib/types.d.ts +0 -1
- package/types/utils/tuningConfig.d.ts +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/videoplayer-core",
|
|
3
|
-
"version": "2.0.114-dev.
|
|
3
|
+
"version": "2.0.114-dev.7b239b8f.0",
|
|
4
4
|
"author": "vk.com",
|
|
5
5
|
"description": "Videoplayer core library based on the vk.com platform",
|
|
6
6
|
"homepage": "https://vk.com",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"**/*.d.ts"
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@vkontakte/videoplayer-shared": "1.0.46-dev.
|
|
52
|
+
"@vkontakte/videoplayer-shared": "1.0.46-dev.2427b33b.0",
|
|
53
53
|
"hls.js": "~1.4.7"
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -46,8 +46,6 @@ export declare class BufferManager {
|
|
|
46
46
|
private gapDetectionIdleCallback;
|
|
47
47
|
private initLoadIdleCallback;
|
|
48
48
|
private failedDownloads;
|
|
49
|
-
private failoverUrls;
|
|
50
|
-
private failoverUrlsIndex;
|
|
51
49
|
private compatibilityMode;
|
|
52
50
|
private preloadOnly;
|
|
53
51
|
private bufferAccumulation;
|
|
@@ -82,7 +80,6 @@ export declare class BufferManager {
|
|
|
82
80
|
private selectForwardBufferSegmentsRecord;
|
|
83
81
|
private loadSegments;
|
|
84
82
|
private loadTemplateSegment;
|
|
85
|
-
private updateRepresentationsBaseUrlIfNeeded;
|
|
86
83
|
private loadByteRangeSegments;
|
|
87
84
|
private prepareByteRangeFetchSegmentParams;
|
|
88
85
|
private prepareTemplateFetchSegmentParams;
|
|
@@ -65,8 +65,6 @@ export type ITuningConfig = {
|
|
|
65
65
|
enableSubSegmentBufferFeeding: boolean;
|
|
66
66
|
bufferEmptinessTolerance: Milliseconds;
|
|
67
67
|
useFetchPriorityHints: boolean;
|
|
68
|
-
enableBaseUrlSupport: boolean;
|
|
69
|
-
maxSegmentRetryCount: number;
|
|
70
68
|
};
|
|
71
69
|
dashCmafLive: {
|
|
72
70
|
maxActiveLiveOffset: Milliseconds;
|
|
@@ -174,7 +172,6 @@ export type ITuningConfig = {
|
|
|
174
172
|
speedFadeThreshold: Milliseconds;
|
|
175
173
|
};
|
|
176
174
|
useVolumeMultiplier: boolean;
|
|
177
|
-
ignoreAudioRendererError: boolean;
|
|
178
175
|
};
|
|
179
176
|
export type IOptionalTuningConfig = RecursivePartial<ITuningConfig> & {
|
|
180
177
|
configName: ITuningConfig['configName'];
|