--- // Properties const { // Meta Title, PlayerName, SeekColor = '#2185d0', // Type Live, // Toggles ShowBackAndForward, ShowPlaybackRate, ShowPiP = true, ShowFullscreen = true, // OThers Subtitles } = Astro.props // Functions import HLS from './Features/HLS.astro' // Icons and Styles import './Styles/Iconoir.css' ---
{Title ?

{Title}

: null}

Buffering...

{Live ? null : ShowBackAndForward ? : null }
{Live ? null :

00:00 --:-- --:--

}
{Live ? Live:null} {ShowPiP ? : null} {Subtitles ? : null} {ShowPlaybackRate ? : null} {ShowFullscreen ? : null}