New Changes with packages

This commit is contained in:
2025-10-08 10:22:00 +05:30
parent b273145765
commit 348bd133d0
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -16,9 +16,9 @@ export { default as Dropdown } from "../src/components/Dropdown.astro";
export { default as Field } from "../src/components/Field.astro";
export { default as FieldRow } from "../src/components/FieldRow.astro";
export { default as FileUploader } from "../src/components/FileUploader.astro";
export { default as FLVPLayer } from "../src/components/FLVPLayer.astro";
export { default as FlvPlayer } from "../src/components/FlvPlayer.astro";
export { default as Form } from "../src/components/Form.astro";
export { default as HLSPLayer } from "../src/components/HLSPLayer.astro";
export { default as HLSPlayer } from "../src/components/HLSPlayer.astro";
export { default as Link } from "../src/components/Link.astro";
export { default as Modal } from "../src/components/Modal.astro";
export { default as MultiSelect } from "../src/components/MultiSelect.astro";
@@ -45,9 +45,9 @@ export const Dropdown: any;
export const Field: any;
export const FieldRow: any;
export const FileUploader: any;
export const FLVPLayer: any;
export const FlvPlayer: any;
export const Form: any;
export const HLSPLayer: any;
export const HLSPlayer: any;
export const Link: any;
export const Modal: any;
export const MultiSelect: any;
+4 -4
View File
@@ -1,11 +1,11 @@
---
import FLVPLayer from "../components/FLVPLayer.astro";
import HLSPLayer from "../components/HLSPLayer.astro";
import FlvPlayer from "../components/FlvPlayer.astro";
import HLSPlayer from "../components/HLSPlayer.astro";
import ComponentLayout from "../layouts/ComponentLayout.astro";
---
<ComponentLayout>
<!-- <HLSPLayer
<!-- <HLSPlayer
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"
videoType="application/x-mpegURL"
@@ -13,7 +13,7 @@ import ComponentLayout from "../layouts/ComponentLayout.astro";
muted={false}
volume={0.7}
/> -->
<FLVPLayer
<FlvPlayer
videoUrl="http://127.0.0.1:8089/live/hIaBJegynP?token=p9HmND9I6r"
class="wr:w-[500px]"
muted={true}