@livepeer/core-web
Advanced tools
Comparing version 4.2.3 to 4.2.4
@@ -1043,4 +1043,4 @@ // src/media/controls/controller.ts | ||
} | ||
const shouldFallBackToHLS = !webrtcIsPossibleForOneTrack || metadata?.meta?.bframes !== 0; | ||
if (shouldFallBackToHLS && !unmounted) { | ||
const shouldNotFallBackToHLS = webrtcIsPossibleForOneTrack || metadata?.meta?.bframes === 0; | ||
if (!shouldNotFallBackToHLS && !unmounted) { | ||
onErrorComposed(new Error(BFRAMES_ERROR_MESSAGE)); | ||
@@ -1047,0 +1047,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"type": "module", | ||
@@ -86,3 +86,3 @@ "repository": { | ||
"zustand": "^4.5.2", | ||
"@livepeer/core": "3.2.3" | ||
"@livepeer/core": "3.2.4" | ||
}, | ||
@@ -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
758445
+ Added@livepeer/core@3.2.4(transitive)
- Removed@livepeer/core@3.2.3(transitive)
Updated@livepeer/core@3.2.4