New WebRTC and Video Player
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
import VideoPlayer from "../components/VideoPlayer.astro";
|
||||
import ComponentLayout from "../layouts/ComponentLayout.astro";
|
||||
---
|
||||
|
||||
<ComponentLayout>
|
||||
<VideoPlayer
|
||||
videoUrl="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/SubaruOutbackOnStreetAndDirt.mp4"
|
||||
videoType="video/mp4"
|
||||
class="wr:w-[500px]"
|
||||
muted={false}
|
||||
volume={0.7}
|
||||
/>
|
||||
</ComponentLayout>
|
||||
Reference in New Issue
Block a user