Socket
Socket
Sign inDemoInstall

@warren-bank/dash-to-hls

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

@warren-bank/dash-to-hls - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

5

dash-to-hls/dash_cache.js

@@ -41,7 +41,4 @@ // -----------------------------------------------------------------------------

for (group_type in parsed_dash_manifest.mediaGroups) {
if (!VOD) break
for (group_id in parsed_dash_manifest.mediaGroups[group_type]) {
if (!VOD) break
for (group_lang in parsed_dash_manifest.mediaGroups[group_type][group_id]) {
if (!VOD) break
group_data = parsed_dash_manifest.mediaGroups[group_type][group_id][group_lang]

@@ -51,3 +48,2 @@

for (group_index=0; group_index < group_data.playlists.length; group_index++) {
if (!VOD) break
playlist = group_data.playlists[group_index]

@@ -70,3 +66,2 @@

for (stream_index=0; stream_index < parsed_dash_manifest.playlists.length; stream_index++) {
if (!VOD) break
playlist = parsed_dash_manifest.playlists[stream_index]

@@ -73,0 +68,0 @@

2

package.json
{
"name": "@warren-bank/dash-to-hls",
"description": "Node.js server to convert DASH video stream manifests to HLS",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {

@@ -6,0 +6,0 @@ "start": "node dash-to-hls/bin/dash-to-hls.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