-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Comments
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. |
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
|
Technically, that would work. However, I don't want to go that route because:
|
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. |
Not long time ago I used Livekit-SDK for a mobile app, it uses WebRTC for voice and video chat with low latency, can be self hosted (main reason why I'm suggesting it) or in their private cloud services. Maybe I can work on it soon. If so, I'll let you guys know in this feature request. |
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
The text was updated successfully, but these errors were encountered: