@vkontakte/videoplayer-core 2.0.98-dev.27a468df.0 → 2.0.98-dev.489417ae.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/index.d.ts CHANGED
@@ -568,7 +568,7 @@ type ITuningConfig = {
568
568
  normalizedTargetMinBufferSize: Milliseconds;
569
569
  normalizedLiveMinBufferSize: Milliseconds;
570
570
  normalizedActualBufferOffset: Milliseconds;
571
- maxWaitingDuration: Milliseconds;
571
+ offsetCalculationError: Milliseconds;
572
572
  lowLatency: {
573
573
  maxTargetOffset: Milliseconds;
574
574
  maxTargetOffsetDeviation: Milliseconds;
@@ -624,6 +624,7 @@ type ITuningConfig = {
624
624
  insufficientBufferRuleMargin: Milliseconds;
625
625
  dashSeekInSegmentDurationThreshold: Milliseconds;
626
626
  dashSeekInSegmentAlwaysSeekDelta: Milliseconds;
627
+ dashMaxWaitingDuration: Milliseconds;
627
628
  endGapTolerance: Milliseconds;
628
629
  stallIgnoreThreshold: Milliseconds;
629
630
  gapWatchdogInterval: Milliseconds;
@@ -634,11 +635,13 @@ type ITuningConfig = {
634
635
  useHlsJs: boolean;
635
636
  useDashAbortPartiallyFedSegment: boolean;
636
637
  useNativeHLSTextTracks: boolean;
638
+ useManagedMediaSource: boolean;
637
639
  isAudioDisabled: boolean;
638
640
  autoplayOnlyInActiveTab: boolean;
639
641
  dynamicImportTimeout: Milliseconds;
640
642
  maxPlaybackTransitionInterval: Milliseconds;
641
643
  providerErrorLimit: number;
644
+ providerRefetchManifestMaxTime: number;
642
645
  webrtc: {
643
646
  connectionRetryMaxNumber: number;
644
647
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/videoplayer-core",
3
- "version": "2.0.98-dev.27a468df.0",
3
+ "version": "2.0.98-dev.489417ae.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,9 +49,8 @@
49
49
  "**/*.d.ts"
50
50
  ],
51
51
  "dependencies": {
52
- "@vkontakte/videoplayer-shared": "1.0.32-dev.0f82d9ff.0",
52
+ "@vkontakte/videoplayer-shared": "1.0.32-dev.7aff7041.0",
53
53
  "dashjs": "~4.7.1",
54
- "hls.js": "~1.4.7",
55
- "lodash": "~4.17.21"
54
+ "hls.js": "~1.4.7"
56
55
  }
57
56
  }