Live Stream Zoom on YouTube
Last updated
Last updated
GMetri supports adding YouTube live stream video as embeds.
Zoom meetings/webinars can also be added as embeds when streamed via YouTube Live (more info on this below)
Live Stream must first be enabled on your YouTube account in order for you to start a Live video. For more information on this, please check YouTube help.
After you start your live video, obtain the embed code from the video:
Click on "Share"
Click on the "Embed" option
In the experience editor, add an EmbedHtml element. In the space provided, add the embed code copied from youtube.
a. To stream without the Live Chat feature
Change the attributes width
and height
to: width=100% height=100%
b. To embed the Live Chat feature along with your live video stream
Change attributes width
and height
to: width=70% height=100%
in the pasted Embed Video code.
Add the following below the pasted code:
Replace the part where {video id}
is mentioned inside the src
attribute with the video ID of your live stream. To obtain video ID, click on "Share" and copy only the highlighted part as shown.
Your Properties should now look something like this:
Choose a display mode for the EmbedHTML element.
Picture-in-picture mode:
This mode opens a small window where the user can view the livestream as well as the experience at the same time.
Pop-up mode
Fullscreen mode
These modes open the live stream as an overlay on top the rest of the experience.
Also add a rule to show the EmbedHTML element setup above when clicked on any button.
A Zoom meeting or webinar can be streamed lived on youtube. This allows participants to join meetings/webinars on youtube and comment via youtube live chat. Those viewing on Youtube can only comment via Youtube, and cannot interact directly with other meeting/webinar attendees.
To stream meetings and webinars live on Youtube, you need to have a Pro, Business, Education, or Enterprise account on Zoom. You also need to have a Youtube account and live streaming enabled on Youtube.
Sign in to the Zoom web portal.
Click on Account Management > Account Settings.
Toggle the Allow live streaming the meetings
under In Meeting (Advanced)
, and enable Youtube
.
For more information about Account level activation, please see here.
As an Owner or Account Admin, sign in to the Zoom web portal.
Go to Account Management > Webinar Settings.
Click Edit to the right of In Webinar Settings
.
Enable Allow hosts to live stream to webinars
, and then enable Youtube
.
Click on Save Changes
.
Start the Webinar or Meeting.
Click on More
in the Meeting/Webinar Controls.
Click Live on YouTube
.
Login to Youtube by following the steps shown.
After successful authentication, the following page should open up:
Specify the settings you need:
Title to display on Youtube
Privacy
Click on the Go Live!
button.
You will see a progress bar, letting you know that the session is being prepared for streaming.
Wait for the notification from the Zoom client that your Meeting/Webinar is Live on YouTube, then begin your Meeting/Webinar.
Streaming stops when you end the webinar or meeting, or click More
then Stop Live Stream
in the meeting controls.
To embed youtube live streams, follow the steps in this section.
Copy the provided HTML code