Updated HLS Player
This commit is contained in:
@@ -17,7 +17,7 @@ export { default as Field } from "../src/components/Field.astro";
|
|||||||
export { default as FieldRow } from "../src/components/FieldRow.astro";
|
export { default as FieldRow } from "../src/components/FieldRow.astro";
|
||||||
export { default as FileUploader } from "../src/components/FileUploader.astro";
|
export { default as FileUploader } from "../src/components/FileUploader.astro";
|
||||||
export { default as Form } from "../src/components/Form.astro";
|
export { default as Form } from "../src/components/Form.astro";
|
||||||
export { default as HSLPLayer } from "../src/components/HSLPLayer.astro";
|
export { default as HLSPLayer } from "../src/components/HLSPLayer.astro";
|
||||||
export { default as Link } from "../src/components/Link.astro";
|
export { default as Link } from "../src/components/Link.astro";
|
||||||
export { default as Modal } from "../src/components/Modal.astro";
|
export { default as Modal } from "../src/components/Modal.astro";
|
||||||
export { default as MultiSelect } from "../src/components/MultiSelect.astro";
|
export { default as MultiSelect } from "../src/components/MultiSelect.astro";
|
||||||
@@ -45,7 +45,7 @@ export const Field: any;
|
|||||||
export const FieldRow: any;
|
export const FieldRow: any;
|
||||||
export const FileUploader: any;
|
export const FileUploader: any;
|
||||||
export const Form: any;
|
export const Form: any;
|
||||||
export const HSLPLayer: any;
|
export const HLSPLayer: any;
|
||||||
export const Link: any;
|
export const Link: any;
|
||||||
export const Modal: any;
|
export const Modal: any;
|
||||||
export const MultiSelect: any;
|
export const MultiSelect: any;
|
||||||
|
|||||||
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
import HSLPLayer from "../components/HSLPLayer.astro";
|
import HLSPLayer from "../components/HLSPLayer.astro";
|
||||||
import ComponentLayout from "../layouts/ComponentLayout.astro";
|
import ComponentLayout from "../layouts/ComponentLayout.astro";
|
||||||
---
|
---
|
||||||
|
|
||||||
<ComponentLayout>
|
<ComponentLayout>
|
||||||
<HSLPLayer
|
<HLSPLayer
|
||||||
videoUrl="https://stream-middleware.workroot.in/hls/live/t05Pbqv01N/2025-10-04_15-26-30/master.m3u8"
|
videoUrl="https://stream-middleware.workroot.in/hls/live/t05Pbqv01N/2025-10-04_15-26-30/master.m3u8"
|
||||||
poster="https://stream-middleware.workroot.in/thumbnail/live/t05Pbqv01N/2025-10-04_15-26-30.jpg"
|
poster="https://stream-middleware.workroot.in/thumbnail/live/t05Pbqv01N/2025-10-04_15-26-30.jpg"
|
||||||
videoType="application/x-mpegURL"
|
videoType="application/x-mpegURL"
|
||||||
|
|||||||
Reference in New Issue
Block a user