-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEW] Youtube Broadcasting #10127
Merged
Merged
[NEW] Youtube Broadcasting #10127
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nto youtube-broadcast
… into youtube-broadcast
…ket.Chat into youtube-broadcast
… into youtube-broadcast
gdelavald
requested review from
geekgonecrazy,
rodrigok,
sampaiodiego and
karlprieb
March 13, 2018 19:58
ggazzo
force-pushed
the
youtube-broadcast
branch
from
March 13, 2018 20:07
05a3354
to
eebe4a5
Compare
ggazzo
force-pushed
the
youtube-broadcast
branch
from
June 15, 2018 18:46
af547e8
to
cf7af91
Compare
ggazzo
approved these changes
Jun 21, 2018
Merged
cool idea, but what about broadcasting your chat? or maybe desktop/ slide deck with Camera similar to doing a tutorial via Camtasia |
@IQ2022 improvements and enhancements are always a possibility. This fit our first plan to broadcast your camera, new sources can be added later with the help of the community. |
Are their step by step instruction on how to set this up? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@RocketChat/core
Closes #9543
Closes #10070
Link to documentation PR: https://github.com/RocketChat/docs/pull/746
Youtube Broadcasting
This new feature adds an integration between Rocket.Chat and Youtube Live, when enabled and set up (check configuration details below) your channel owners will be able to broadcast their camera feed live to the Livestream feature (check #9543 for details) which allows all users on the channel to watch a common stream.
Configuration
The Broadcasting feature can only be used with the Livestream Tab feature, check the admin panel for Livestream & Broadcasting for more details, currently the admin needs a valid Google app with access to the Youtube API (More details on the Google Developer page), this will allow the administrator to have a valid API Key, Client ID & Secret which are used on the Broadcasting feature.
Usage
After a correct set up, the Livestream tab will now allow you to Broadcast your camera when editing the source url.
When opening the popout, it might take a moment while we prepare the broadcast and livestream for your session, this will be indicated by the blinking icon and "Preparing" status displayed in the control bar. After that initial phase, the broadcast will be
Ready
and available to start with your click.Once the broadcasting is started, the users will be able to watch you live through the livestream tab.
The broadcasting can be finished with another click on the red colored circle icon or by closing the popout window. Once it is finished, users will be able to check the video recording also.
Thanks @ggazzo for all the hard work on this.