I was wondering would it be possible to have live stream from the YouTube shown in the Web component inside the Low Code app ?
I've tried it with this link: https://cityops-ziine.on.dataminer.services/VideoThumbnails/Video.htm?type=HTML5-HLS&source=, but I get the Config Error: No video source has been configured.
Hi Tarik,
This is indeed possible, the only thing you need is the embed link from the live stream. you can get this from the YouTube stream itself by clicking 'Share' and then 'Embed'. This will show a popup with some HTML code, including a 'src' property. The URL inside this property can be used as Webpage URL in the component.
Example:
<iframe width="560" height="315" src="https://www.youtube.com/embed/iYmvCUonukw?si=naCfEudHflks3OIv" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
Amazing! Thanks a lot