@mux/mux-video
Advanced tools
Comparing version 0.8.3 to 0.8.4-canary.0-8e82f44
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.8.4](https://github.com/muxinc/elements/compare/@mux/mux-video@0.8.3...@mux/mux-video@0.8.4) (2022-08-03) | ||
**Note:** Version bump only for package @mux/mux-video | ||
## [0.8.3](https://github.com/muxinc/elements/compare/@mux/mux-video@0.8.2...@mux/mux-video@0.8.3) (2022-08-02) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@mux/mux-video", | ||
"version": "0.8.3", | ||
"version": "0.8.4-canary.0-8e82f44", | ||
"description": "A custom mux video element for the browser that Just Works™", | ||
@@ -51,3 +51,3 @@ "main": "./dist/index.cjs.js", | ||
"dependencies": { | ||
"@mux/playback-core": "0.9.0" | ||
"@mux/playback-core": "0.9.1-canary.10-8e82f44" | ||
}, | ||
@@ -68,4 +68,3 @@ "devDependencies": { | ||
"typescript": "^4.5.2" | ||
}, | ||
"gitHead": "4ef4afea4e82bf3558225d105dbab0cbff6aa6ce" | ||
} | ||
} |
@@ -92,3 +92,3 @@ <p align="center"> | ||
- `metadata-video-id`: This is an arbitrary ID that should map back to a record of this video in your database. | ||
- `stream-type`: Enum value: one of `"on-demand"`, `"live"` (HLS live stream), `"ll-live"` (low latency live). Not strictly required, but preffered so that `<mux-video />` can make optimizations based on the type of stream. | ||
- `stream-type`: Enum value: one of `"on-demand"`, `"live"` (HLS live stream), `"ll-live"` (low latency live). Not strictly required, but preferred so that `<mux-video />` can make optimizations based on the type of stream. | ||
- `start-time: number (seconds)`: Set this to start playback of your media at some time other than 0. | ||
@@ -152,3 +152,3 @@ | ||
Pass the `prefer-mse` attribute to prioritze the in-code [Media Source Extensions](https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API) based engine (currently [hls.js](https://github.com/video-dev/hls.js/)) when MSE are supported by the browser. (Without `prefer-mse`, the default behaviour for `<mux-video>` is to try the native playback via the underlying `<video/>` tag ) | ||
Pass the `prefer-mse` attribute to prioritze the in-code [Media Source Extensions](https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API) based engine (currently [hls.js](https://github.com/video-dev/hls.js/)) when MSE are supported by the browser. (Without `prefer-mse`, the default behaviour for `<mux-video>` is to try the native playback via the underlying `<video/>` tag ) | ||
@@ -155,0 +155,0 @@ ```html |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
2
1
56679
10
796
+ Added@mux/playback-core@0.9.1-canary.10-8e82f44(transitive)
- Removed@mux/playback-core@0.9.0(transitive)