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

@videojs/http-streaming

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@videojs/http-streaming - npm Package Compare versions

Comparing version

to
1.7.0

@@ -0,1 +1,8 @@

<a name="1.7.0"></a>
# [1.7.0](https://github.com/videojs/http-streaming/compare/v1.6.0...v1.7.0) (2019-01-04)
### Features
* expose custom M3U8 parser API ([#331](https://github.com/videojs/http-streaming/issues/331)) ([b0643a4](https://github.com/videojs/http-streaming/commit/b0643a4))
<a name="1.6.0"></a>

@@ -2,0 +9,0 @@ # [1.6.0](https://github.com/videojs/http-streaming/compare/v1.5.1...v1.6.0) (2018-12-21)

{
"name": "@videojs/http-streaming",
"version": "1.6.0",
"version": "1.7.0",
"description": "Play back HLS and DASH with Video.js, even where it's not natively supported",

@@ -5,0 +5,0 @@ "main": "dist/videojs-http-streaming.cjs.js",

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

- [smoothQualityChange](#smoothqualitychange)
- [allowSeeksWithinUnsafeLiveWindow](#allowSeeksWithinUnsafeLiveWindow)
- [allowSeeksWithinUnsafeLiveWindow](#allowseekswithinunsafelivewindow)
- [customTagParsers](#customtagparsers)
- [Runtime Properties](#runtime-properties)

@@ -398,2 +399,8 @@ - [hls.playlists.master](#hlsplaylistsmaster)

##### customTagParsers
* Type: `Array`
* can be used as a source option
With `customTagParsers` you can pass an array of custom m3u8 tag parser objects. See https://github.com/videojs/m3u8-parser#custom-parsers
### Runtime Properties

@@ -400,0 +407,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