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
16
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 Compare versions

Comparing version 1.3.1 to 1.4.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

<a name="1.4.0"></a>
# [1.4.0](https://github.com/videojs/http-streaming/compare/v1.3.1...v1.4.0) (2018-10-24)
### Features
* limited experimental DASH multiperiod support ([#268](https://github.com/videojs/http-streaming/issues/268)) ([a213807](https://github.com/videojs/http-streaming/commit/a213807))
* smoothQualityChange flag ([#235](https://github.com/videojs/http-streaming/issues/235)) ([0e4fdf9](https://github.com/videojs/http-streaming/commit/0e4fdf9))
### Bug Fixes
* immediately setup EME if available ([#263](https://github.com/videojs/http-streaming/issues/263)) ([7577e90](https://github.com/videojs/http-streaming/commit/7577e90))
<a name="1.3.1"></a>

@@ -2,0 +14,0 @@ ## [1.3.1](https://github.com/videojs/http-streaming/compare/v1.3.0...v1.3.1) (2018-10-15)

4

package.json
{
"name": "@videojs/http-streaming",
"version": "1.3.1",
"version": "1.4.0",
"description": "Play back HLS with video.js, even where it's not natively supported",

@@ -72,3 +72,3 @@ "main": "dist/videojs-http-streaming.cjs.js",

"m3u8-parser": "4.2.0",
"mpd-parser": "0.6.1",
"mpd-parser": "0.7.0",
"mux.js": "4.5.1",

@@ -75,0 +75,0 @@ "url-toolkit": "^2.1.3",

@@ -47,2 +47,4 @@ <img width=300 src="./logo.svg" alt="VHS Logo consisting of a VHS tape, the Video.js logo and the words VHS" />

- [enableLowInitialPlaylist](#enablelowinitialplaylist)
- [limitRenditionByPlayerDimensions](#limitrenditionbyplayerdimensions)
- [smoothQualityChange](#smoothqualitychange)
- [Runtime Properties](#runtime-properties)

@@ -346,2 +348,18 @@ - [hls.playlists.master](#hlsplaylistsmaster)

##### smoothQualityChange
* Type: `boolean`
* can be used as a source option
* can be used as an initialization option
When the `smoothQualityChange` property is set to `true`, a manual quality
change triggered via the [representations API](#hlsrepresentations) will use
smooth quality switching rather than the default fast (buffer-ejecting)
quality switching. Using smooth quality switching will mean no loading spinner
will appear during quality switches, but will cause quality switches to only
be visible after a few seconds.
Note that this _only_ affects quality changes triggered via the representations
API; automatic quality switches based on available bandwidth will always be
smooth switches.
### Runtime Properties

@@ -348,0 +366,0 @@ Runtime properties are attached to the tech object when HLS is in

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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