Simple HLS player embed with support for low-latency HLS and Icecast/Shoutcast streams.
Insert the custom HTML attribute <spectado-player> with all properties like that:
<spectado-player
src="https://e01-livesport.play.cz/live/xx-fallback/playlist.m3u8"
type="hls"
color="#00205b"
background-color="#74d2e7"
width="240px"
label="HLS audio stream demo"
/>
Don't forget to embed this script import anywhere in the page:
<script defer src="https://embed-player.spectado.com/assets/index.js"></script>
xxx