dash-manifest-creator
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -31,3 +31,3 @@ /* | ||
createMpd (videoData = this.video, mediaUrl = '') { | ||
createMpd (videoData = this.video, mediaUrl = '', startNumber = "1") { | ||
const date = new Date(Date.now()).toISOString() | ||
@@ -46,3 +46,3 @@ this.mpd = this.doc.createElement('MPD') | ||
const cc = this.createContentComponent(as) | ||
const st = this.createSegmentTemplate(as, "1000", "2000", "1", videoData, mediaUrl) | ||
const st = this.createSegmentTemplate(as, "1000", "2000", startNumber, videoData, mediaUrl) | ||
@@ -49,0 +49,0 @@ } |
{ | ||
"name": "dash-manifest-creator", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A pure javascript package for creating MPEG-DASH manifests in the browser.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4137