@livepeer/core-web
Advanced tools
Comparing version 4.1.8 to 4.1.9
@@ -964,3 +964,2 @@ // src/media/controls/controller.ts | ||
errorCount, | ||
live, | ||
progress, | ||
@@ -972,2 +971,4 @@ mounted, | ||
autoPlay: __initialProps.autoPlay, | ||
backoff: __initialProps.backoff, | ||
backoffMax: __initialProps.backoffMax, | ||
errorCount, | ||
@@ -984,2 +985,4 @@ hlsConfig: __controls.hlsConfig, | ||
autoPlay, | ||
backoff, | ||
backoffMax, | ||
errorCount, | ||
@@ -998,3 +1001,3 @@ hlsConfig, | ||
if (errorCount > 0) { | ||
const delayTime = 500 * 2 ** (errorCount - 1); | ||
const delayTime = Math.min(backoff * 2 ** (errorCount - 1), backoffMax); | ||
await delay(delayTime); | ||
@@ -1001,0 +1004,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "4.1.8", | ||
"version": "4.1.9", | ||
"type": "module", | ||
@@ -86,3 +86,3 @@ "repository": { | ||
"zustand": "^4.5.0", | ||
"@livepeer/core": "3.1.8" | ||
"@livepeer/core": "3.1.9" | ||
}, | ||
@@ -89,0 +89,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
738421
6565
+ Added@livepeer/core@3.1.9(transitive)
- Removed@livepeer/core@3.1.8(transitive)
Updated@livepeer/core@3.1.9