@vkontakte/videoplayer-core 2.0.113-dev.11016184.0 → 2.0.113-dev.6fcdc6e7.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.113-dev.11016184.0",
3
+ "version": "2.0.113-dev.6fcdc6e7.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.45-dev.a480033d.0",
52
+ "@vkontakte/videoplayer-shared": "1.0.45-dev.e743aafc.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;
@@ -101,7 +101,6 @@ export interface Manifest {
101
101
  streams: {
102
102
  [key in StreamKind]: Stream[];
103
103
  };
104
- failoverUrls: string[];
105
104
  }
106
105
  export declare enum ProjectionType {
107
106
  RECTANGULAR = 0,
@@ -64,8 +64,6 @@ export type ITuningConfig = {
64
64
  enableSubSegmentBufferFeeding: boolean;
65
65
  bufferEmptinessTolerance: Milliseconds;
66
66
  useFetchPriorityHints: boolean;
67
- enableBaseUrlSupport: boolean;
68
- maxSegmentRetryCount: number;
69
67
  };
70
68
  dashCmafLive: {
71
69
  maxActiveLiveOffset: Milliseconds;