-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Livestream & Broadcasting on Rocket.Chat #9543
Comments
This is amazing implementation. It would be even more amazing if I could resize the popout modal. How difficult would that be? |
@divergefx Hey, that is an enhancement that we plan as soon as we get the phase 2 (broadcasting) done. Also, feel free to contribute, the popout style can be found in the popout.css and resizing it would need some Javascript implementation (most likely on popout.js file). |
It would be great, if other users in this channel get an popup on the side by entering the channel. |
@Darktimr we are looking into a better way to notify users that a channel has an active broadcast, right now the users has to be actively looking for it to find it and we don't feel like this is the best UX right now. |
@gdelavald good :) You could add something like a playbar before the rouminformation icon. Like this or something similar: playbar |
It would be great if any live streaming service would be accepted to broadcast to. Currently, even if the Broadcasting Client ID field is empty, a YouTube login pops up. I suggest that if that field is empty, you do not require any authentication. Streaming servers like PeerTube 3.0 only require a URL and a key to stream to. Jitsi Meet now also allows to enter a YouTube stream key or a |
Does Rocketchat have a Self hosted Live Video Conferencing and Live Streaming Feature or do we have to rely on thrid party APIs like Youtube Live(Live Streaming) and Skype(Video Conferencing) ? |
Description:
This feature integrates video livestream and broadcasting to Rocket.Chat servers. When enabled, the Livestream tab open the possibility of adding embedded video links to a channel which every user can access and watch through the new popout component. The main objective of the feature is enable a better communication within streaming communities, we also are working with Brave and BAT to enhance the compatibility with the platform so content creators are rewarded not only by creating a better community but for their efforts as well through Basic Attention Token.
The first phase of the integration is focused on the channel livestreaming platform, creation of the popout component that enables watching a livestream while changing conversation channel within Rocket.Chat.
The second phase of the integration is related to the broadcasting interface and how users can broadcast directly from their Rocket.Chat instance once connected with an OAuth provider (Youtube will be used at first), this will also improve the Livestream functionalities by having automated updates from the broadcaster to selected channels.
Phase 1 - Livestream UI (Pull Request)
Phase 2 - Broadcasting UI
The text was updated successfully, but these errors were encountered: