I'm already able to play MP4, WebM or OGG video files on a Grid component using the <video> tag as follows:
<video autoplay loop muted>
<source src="https://some-webm-endpoint.webm" type="video/webm">
</video>
This time I'd like to play HLS streams. HTML Video doesn't support it but this can be achieved using a WebComponent referring to our custom javascript-extended video player as follows:
https://ziine.skyline.be/videothumbnails/video.htm?type=HTML5-HLS&source=https://some-hls-endpoint.m3u8
Somehow, I can't find a way to embed the HLS stream shown above inside a text label of a grid. Any ideas?
Thanks in advance
This is indeed not possible at the moment. There's already a task on our backlog (DCP218193) for this.