nextcloud / spreed

🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud
https://nextcloud.com/talk
GNU Affero General Public License v3.0
1.6k stars 428 forks source link

Allow using peer-to-peer for one-on-one video chat #13148

Open normen opened 2 weeks ago

normen commented 2 weeks ago

How to use GitHub


Feature request

Which Nextcloud Version are you currently using: (see administration page) 29.0.5

Is your feature request related to a problem? Please describe. When creating one-on-one video connections with a configured high performance backend plus video bridge (i.e. janus) the video is always routed through the janus bridge even though the clients don't have any additional benefit from that (given that they can connect to each other directly).

Describe the solution you'd like I'd like to have the option to first try peer-to-peer connections for those one-on-one video chats to keep the bridge load to a minimum and use it only when its necessary for larger conferences.

Jitsi for example uses this technique to keep the server load low.

Describe alternatives you've considered Depending on the typical load for the server one could just as well disable the janus gateway which would in turn make larger conferences problematic for the clients.

Additional context I also made this request in the nextcloud-spreed-signaling project where I was redirected here, see https://github.com/strukturag/nextcloud-spreed-signaling/issues/804

Thanks for the attention and NC Talk!

nickvergessen commented 2 weeks ago

I was 99.99% sure we had an issue about this already, but can't find it at the moment.