Having a single link you do not need to update with each new YouTube livestream is a great convenience. Here's how to set it up for your website.

Channel ID

First, you need to get your YouTube channel ID. Go to

Next, your upcoming livestream must be public.

Use HTML like this

<div class="video-container img-rounded">
<iframe width="912" height="513" src="https://www.youtube.com/embed/live_stream?channel=CHANNELID" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

Read more articles