Socket
Socket
Sign inDemoInstall

dash-manifest-creator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dash-manifest-creator - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

classes/MPD.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc