How to stream live embedded in a website/page

Just purchased a Webcaster X2, I liked the idea of the easy one button push to go live on Facebook/Youtube – however, my plan was to take/use that feed and embed it within a web page on my site, but I am finding that difficult to accomplish.

I’m wondering if anyone could point me in another direction on how the Webcaster X2 could give me a live feed that I could display right within my site?

Thanks!
Brandon

You can certainly do this! For example add the below to your website:

<iframe width="640" height="480" src="https://www.youtube.com/embed/live_stream?channel=12345" frameborder="0" allowfullscreen></iframe>

Making sure to change the channel id listed there for the channel ID (not the user id) listed here: https://www.youtube.com/account_advanced

Then this will always show the currently live streaming video from your channel!