@brightcove/videojs-flashls-source-handler
Advanced tools
Comparing version 1.4.6 to 1.4.7
@@ -0,1 +1,8 @@ | ||
<a name="1.4.7"></a> | ||
## [1.4.7](https://github.com/brightcove/videojs-flashls-source-handler/compare/v1.4.6...v1.4.7) (2019-01-31) | ||
### Bug Fixes | ||
* Use the same inBandMetadataTrackDispatchType that is exposed by mux.js (#35) ([04fd4c2](https://github.com/brightcove/videojs-flashls-source-handler/commit/04fd4c2)), closes [#35](https://github.com/brightcove/videojs-flashls-source-handler/issues/35) | ||
<a name="1.4.6"></a> | ||
@@ -2,0 +9,0 @@ ## [1.4.6](https://github.com/brightcove/videojs-flashls-source-handler/compare/v1.4.5...v1.4.6) (2019-01-16) |
{ | ||
"name": "@brightcove/videojs-flashls-source-handler", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"description": "A source handler to integrate flashls with video.js", | ||
@@ -29,3 +29,2 @@ "main": "dist/videojs-flashls-source-handler.cjs.js", | ||
"watch": "npm-run-all -p watch:*", | ||
"watch:css": "npm run build:css -- -w", | ||
"watch:js": "npm run build:js -- -w", | ||
@@ -32,0 +31,0 @@ "prepublishOnly": "npm run build && vjsverify" |
@@ -416,3 +416,5 @@ import videojs from 'video.js'; | ||
this.metadataTrack_.inBandMetadataTrackDispatchType = ''; | ||
// This value is equivalent to (0x15).toString(16) which comes from mux.js: | ||
// https://github.com/videojs/mux.js/blob/668954f45f1dbe3742a4c8b7750d5458075d34db/lib/m2ts/stream-types.js#L6 | ||
this.metadataTrack_.inBandMetadataTrackDispatchType = '15'; | ||
} | ||
@@ -419,0 +421,0 @@ |
Sorry, the diff of this file is not supported yet
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
535059
22
14847
2
2