dash-manifest-creator
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -43,3 +43,3 @@ /* | ||
const as = this.createAdaptationSet(period) | ||
const cc = this.createContentComponent(as) | ||
//const cc = this.createContentComponent(as) | ||
const st = this.createSegmentTemplate(as, "1000", "2000", startNumber, videoData, mediaUrl) | ||
@@ -74,6 +74,4 @@ return this.doc | ||
const st = this.doc.createElement('SegmentTemplate') | ||
st.setAttribute('timescale', timescale) | ||
st.setAttribute('duration', duration) | ||
st.setAttribute('startNumber', startNumber) | ||
st.setAttribute('initialization', "data:video/mp4;base64,"+btoa(videoData)) | ||
st.setAttribute('initialization', "data:video/webm;base64,"+btoa(videoData)) | ||
st.setAttribute('media', media) | ||
@@ -80,0 +78,0 @@ el.appendChild(st) |
{ | ||
"name": "dash-manifest-creator", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"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
4058
93