Skip to content

Commit

Permalink
fix: P2PVideoDemo stream URL
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Sep 27, 2024
1 parent 47b95b2 commit 10be404
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/p2p-media-loader/demo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ import { P2PVideoDemo } from "p2p-media-loader-demo";
<div id="content">
<article>
<PageHeader htmlTitle="P2P Media Loader<br>Demo" />
<P2PVideoDemo debugToolsEnabled={false} client:only="react" />
<P2PVideoDemo
debugToolsEnabled={false}
streamUrl="https://fcc3ddae59ed.us-west-2.playback.live-video.net/api/video/v1/us-west-2.893648527354.channel.DmumNckWFTqz.m3u8"
client:only="react"
/>
</article>
</div>
</Layout>
Expand Down

0 comments on commit 10be404

Please sign in to comment.