@htmlbricks/hb-player-live 0.65.22 → 0.65.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/manifest.json +6 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
|
-
"description": "",
|
|
107
|
+
"description": "Live streaming `<video>` player for HLS (hls.js or native), WebSocket WebRTC (`simple-webrtc-element`), or WHEP (MediaMTX). Polls the manifest for HLS liveness, exposes the element via `getVideoElement`, and emits `liveStatus` and `htmlVideoInit`. When the stream is offline or missing, shows optional title/subtitle/text from `replacewithtext`, `forcecover`, or fallback labels.",
|
|
108
108
|
"storybookArgs": {
|
|
109
109
|
"media_type": {
|
|
110
110
|
"options": [
|
|
@@ -236,12 +236,14 @@
|
|
|
236
236
|
],
|
|
237
237
|
"readmePath": "README.md",
|
|
238
238
|
"name": "hb-player-live",
|
|
239
|
-
"category": "
|
|
239
|
+
"category": "media",
|
|
240
240
|
"tags": [
|
|
241
|
-
"
|
|
241
|
+
"media",
|
|
242
|
+
"video",
|
|
243
|
+
"streaming"
|
|
242
244
|
],
|
|
243
245
|
"size": {},
|
|
244
246
|
"iifePath": "main.iife.js",
|
|
245
247
|
"repoName": "@htmlbricks/hb-player-live",
|
|
246
|
-
"version": "0.65.
|
|
248
|
+
"version": "0.65.23"
|
|
247
249
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-player-live",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Live streaming `<video>` player for HLS (hls.js or native), WebSocket WebRTC (`simple-webrtc-element`), or WHEP (MediaMTX). Polls the manifest for HLS liveness, exposes the element via `getVideoElement`, and emits `liveStatus` and `htmlVideoInit`. When the stream is offline or missing, shows optional title/subtitle/text from `replacewithtext`, `forcecover`, or fallback labels.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|