Online Livestreaming Sessions

Overview:

This article details the process of creating a live stream room where users can engage through chats, Q/A, and polls. The Livestream room accommodates an unlimited number of participants and offers two distinct views.

  1. Moderator View/ Speaker view 

  2. Participant View

If Livestream is selected, a text field appears to paste the embed/iframe code for the player that the organizer wishes to use. 

Additionally, if Livestream is selected, another toggle option becomes available: "Green Room"

If the Green Room option is turned on, this means that a Chime room will be created which only moderators and speakers can join. Moderators will have moderator privileges in that room, and speaker in the Livestream room.

In the Green Room, there are only

  • Moderator view

  • Speaker view

Greenroom view: The moderators and speakers can interact with one another using video and mic functionality. They can see the Livestream simultaneously. Whatever conversation is going on in the chime room between the speaker and the moderator, won't be heard by the participant. The participant can only see the live stream which is going on.


Embedding Options:

Features

Embed natively in ExpoPlatform


Embed in EP via Youtube Live or Vimeo


Youtube

Vimeo

Twitch

Zoom

Click Meeting

easywebinar

Screen Sharing

cross mark

check mark

check mark

check mark

check mark

check mark

Multiple sessions at same time

check mark

check mark

cross mark

check mark

cross mark

cross mark

Multi Speakers

cross mark

Possible if streaming through OBS

Possible if streaming through OBS

check mark

check mark

check mark

Recording

check mark

check mark

check mark

check mark

check mark

check mark

Moderation

check mark

check mark

check mark

check mark

check mark

check mark

Pre-recording upload

check mark

check mark

check mark

check mark

check mark

check mark

Live Polls

(Real time & Pre-session)

check mark

check mark

check mark

check mark

check mark

check mark

Upload Content Files

check mark

check mark

check mark

check mark

check mark

check mark

Web & Mobile App

check mark


check mark


check mark


check mark


check mark


check mark


Share direct session link

check mark

check mark

check mark

check mark

check mark

check mark

Session visibility

check mark

check mark

check mark

check mark

check mark

check mark

Encoding & Production Studio

External studio

Stream with OBS

Internal studio

Stream via OBS

External studio

Stream via OBS

Stream via OBS

External studio

Stream via OBS

External studio

Stream via OBS

Sponsored Sessions

check mark

check mark

check mark

check mark

check mark

check mark

Featured Sessions

check mark

check mark

check mark

check mark

check mark

check mark

Maximum Booking Limit

check mark

check mark

check mark

check mark

check mark

check mark

Paid Sessions

check mark

check mark

check mark

check mark

check mark

check mark

Customise Session rooms

check mark

check mark

check mark

check mark

check mark

check mark

Live Q&A

check mark

check mark

check mark

check mark

check mark

check mark

Online Session Analytics

check mark

check mark

check mark

check mark

check mark

check mark

Price

Free

Click here

Click here

Click here

Click here

Click here


How to set up the live stream using Vimeo and OBS

In your Vimeo premium account, click on the Live Events option present on the left menu bar and then select Create Live event.

Enter all the details asked (Event name, time, date etc) on the pop-up and then click on Next.

As soon as you click on next, you will get a screen from where you can copy the event embed code.

Click on Next and you will get an option to copy the Stream Key under Connect(RTMP) tab.

You have to copy this stream key to the OBS Settings Stream Stream Key

Now you can Go Live on Vimeo and Start Streaming on OBS using the Start Stream button.

In OBS you can use Windows Capture and Display Capture to capture your window screen.


How to arrange your Youtube embed code so that the stream launches in “autoplay”:

Within your embed code, you should turn on the following two parameters:

  1. mute=1 This is necessary on Chrome to enable autoplay.

  1. autoplay=1 This is the actual autoplay parameter.

Example code:

<iframe width="560" height="315" src="https://www.youtube.com/embed/PqH28A0U9Rc?rel=0&modestbranding=1& mute=1&showinfo=0&controls=1&autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>