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

{Title}

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

00:00 00:00 00:00

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