Skip to content
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

Add video/voice chat #787

Open
TheMychenik opened this issue Dec 12, 2022 · 5 comments
Open

Add video/voice chat #787

TheMychenik opened this issue Dec 12, 2022 · 5 comments
Labels
enhancement New feature or request ui-ux/user Problem with the UI/UX from an end user perspective

Comments

@TheMychenik
Copy link

TheMychenik commented Dec 12, 2022

Is your feature request related to a problem? Please describe.

I like so much w2g.tv feature ability with cameras and mics so i think you can add it also to yours project

Describe the solution you'd like

Buttons for turning on video and mics (also disabling that feature in room settings) for mics should be great make two use way like in discord by button (if it possible) or voice, cameras i think very good done in w2g website they have default small size with fixed position in room users list and by individual button for every user you can take it to own floating "window"

Additional context

No response

@TheMychenik TheMychenik added the enhancement New feature or request label Dec 12, 2022
@dyc3 dyc3 changed the title Add video cameras to the rooms Add video/voice chat to the rooms Dec 12, 2022
@dyc3 dyc3 changed the title Add video/voice chat to the rooms Add video/voice chat Dec 12, 2022
@dyc3
Copy link
Owner

dyc3 commented Dec 12, 2022

This sounds like a lot of work for a feature that I don't think would get a lot of use.

I'll leave this issue open for now, because I'm curious if other people want this.

@ArkShocer
Copy link

I personally think that it won't get much usage for now. This is something that could be done to "round the project up" once more requested features like #246 or #758 are done.

@dyc3 dyc3 added the ui-ux/user Problem with the UI/UX from an end user perspective label Jun 9, 2023
@rasos
Copy link

rasos commented Jul 28, 2023

This could be achieved by instantly creating a video conferencing room e.g. based on Jitsi software. We run a larger Jitsi deployment with several video bridges and we know from our users that they also use it for watching videos together.

Example:

A room https://opentogethertube.com/room/8b94e6f4-f9b3-4073-a4e5-cbd9c44cdbed could just open a Jitsi room with the same room UID https://fairmeeting.net/8b94e6f4-f9b3-4073-a4e5-cbd9c44cdbed (no further login required) or embed it via iFrame

<iframe allow="camera; microphone; fullscreen; display-capture; autoplay" src="https://fairmeeting.net/8b94e6f4-f9b3-4073-a4e5-cbd9c44cdbed" style="height: 100%; width: 100%; border: 0px;"></iframe>

@dyc3
Copy link
Owner

dyc3 commented Jul 28, 2023

Technically, that would work. However, I don't want to go that route because:

  1. It's another third party dependency, which introduces a lot of privacy and reliability concerns.
  2. Where are we gonna put the iframe? It's going to be very difficult to end up with a good user experience.

@rasos
Copy link

rasos commented Jul 30, 2023

There are several other platforms that embed a Jitsi based service as their video conferencing tool (workadventure, nextcloud, OpenSlides, chatmosphere, ...). It is quite easy to host Jitsi for yourself, unless you expect hundreds of users in dozens rooms, then it may get a bit more complex as you need to add some jitsi video bridges.

Jitsi also offers an overlay mode, showing a small box on top of another window if you change the focus away from conferencing. So a very simple option could be to open the video conference in another tab, and the overlay will be on the video (and can be removed if annoying).

Probably there should be no default provider added, but just a setting to add a jitsi service URL. Those who would like to experiment with can try it and offer an add-on service for viewing together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui-ux/user Problem with the UI/UX from an end user perspective
Projects
None yet
Development

No branches or pull requests

4 participants