Add Live page demo

This commit is contained in:
Korbs 2024-08-17 04:28:20 -04:00
parent 7934bbc831
commit f2980b83b1

24
test/src/pages/live.astro Normal file
View file

@ -0,0 +1,24 @@
---
import {Zorn} from '@minpluto/zorn'
---
<Zorn
Title="relaxbeats"
Video="https://twitch-backend.sudovanilla.org/proxy/stream/relaxbeats/hls.m3u8"
Live
/>
<style is:global is:inline>
body {
background: #010101;
color: white;
font-family: Arial, Helvetica, sans-serif;
}
</style>
<h2>Relax Beats</h2>
<p>Source: <a href="https://www.twitch.tv/relaxbeats">https://www.twitch.tv/relaxbeats</a></p>
<p>This demo pulls from: <a href="https://twitch-backend.sudovanilla.org/proxy/stream/relaxbeats/hls.m3u8">https://twitch-backend.sudovanilla.org/proxy/stream/relaxbeats/hls.m3u8</a></p>
<br/>
<a href="/">Generic Usage</a>
<a href="/with-separate-audio">View with separated audio</a>