@videojs/http-streaming
Advanced tools
Comparing version 3.14.0 to 3.14.1
{ | ||
"name": "@videojs/http-streaming", | ||
"version": "3.14.0", | ||
"version": "3.14.1", | ||
"description": "Play back HLS and DASH with Video.js, even where it's not natively supported", | ||
@@ -5,0 +5,0 @@ "main": "dist/videojs-http-streaming.cjs.js", |
@@ -497,5 +497,3 @@ /** | ||
const duration = cue.endTime - cue.startTime; | ||
const startTime = MPEGTS === 0 ? | ||
cue.startTime + diff : | ||
this.handleRollover_(cue.startTime + diff, mappingObj.time); | ||
const startTime = this.handleRollover_(cue.startTime + diff, mappingObj.time); | ||
@@ -502,0 +500,0 @@ cue.startTime = Math.max(startTime, 0); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6794106
133841