New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@videojs/http-streaming

Package Overview
Dependencies
Maintainers
202
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@videojs/http-streaming - npm Package Versions

1
1214
16

1.9.2

Diff
forbesjo
published 1.9.2 •

Changelog

Source

1.9.2 (2019-03-14)

Bug Fixes

  • expose custom segment property in the segment metadata track (#429) (17510da)

<a name="1.9.1"></a>

misteroneill
published 1.9.1 •

Changelog

Source

1.9.1 (2019-03-05)

Bug Fixes

  • fix for streams that would occasionally never fire an ended event (fc09926)
  • Fix video playback freezes caused by not using absolute current time (#401) (957ecfd)
  • only fire seekablechange when values of seekable ranges actually change (#415) (a4c056e)
  • Prevent infinite buffering at the start of looped video on edge (#392) (b6d1b97)

Code Refactoring

  • align DashPlaylistLoader closer to PlaylistLoader states (#386) (5d80fe7)

<a name="1.9.0"></a>

forbesjo
published 1.9.0 •

Changelog

Source

1.9.0 (2019-02-07)

Features

  • Use exposed transmuxer time modifications for more accurate conversion between program and player times (#371) (41df5c0)

Bug Fixes

  • m3u8 playlist is not updating when only endList changes (#373) (c7d1306)
  • Prevent exceptions from being thrown by the MediaSource (#389) (8c06366)

Chores

  • Update mux.js to the latest version 🚀 (#397) (38ec2a5)

Tests

  • added test for playlist not updating when only endList changes (#394) (39d0be2)

<a name="1.8.0"></a>

forbesjo
published 1.8.0 •

Changelog

Source

1.8.0 (2019-01-10)

Features

Bug Fixes

  • id3: cuechange event not being triggered on audio-only HLS streams (#334) (bab70fd), closes #130

<a name="1.7.0"></a>

forbesjo
published 1.7.0 •

Changelog

Source

1.7.0 (2019-01-04)

Features

<a name="1.6.0"></a>

forbesjo
published 1.6.0 •

Changelog

Source

1.6.0 (2018-12-21)

Features

  • Add allowSeeksWithinUnsafeLiveWindow property (#320) (74b28e8)

Chores

  • add clock.ticks to now async operations in tests (#315) (895c86a)

Documentation

  • Add README entry on DRM and videojs-contrib-eme (#307) (93b6167)

<a name="1.5.1"></a>

forbesjo
published 1.5.1 •

Changelog

Source

1.5.1 (2018-12-06)

Bug Fixes

  • added missing manifest information on to segments (EXT-X-PROGRAM-DATE-TIME) (#236) (a35dd09)
  • remove player props on dispose to stop middleware (#229) (cd13f9f)

Documentation

  • add dash to package.json description (#267) (3296c68)
  • add documentation for reloadSourceOnError (#266) (7448b37)

<a name="1.5.0"></a>

gesinger
published 1.5.0 •

Changelog

Source

1.5.0 (2018-11-13)

Features

  • Add useBandwidthFromLocalStorage option (#275) (60c88ae)

Bug Fixes

  • don't wait for requests to finish when encountering an error in media-segment-request (#286) (970e3ce)
  • throttle final playlist reloads when using DASH (#277) (1c2887a)

<a name="1.4.2"></a>

lday
published 1.4.2 •

Changelog

Source

1.4.2 (2018-11-01)

Chores

<a name="1.4.1"></a>

forbesjo
published 1.4.1 •

Changelog

Source

1.4.1 (2018-10-25)

Bug Fixes

  • subtitles: set default property if default and autoselect are both enabled (#239) (ee594e5)

<a name="1.4.0"></a>