Add Live page demo
This commit is contained in:
parent
7934bbc831
commit
f2980b83b1
1 changed files with 24 additions and 0 deletions
24
test/src/pages/live.astro
Normal file
24
test/src/pages/live.astro
Normal 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>
|
Loading…
Reference in a new issue