Video conferencing with Jitsi
Video conferencing with Jitsi
Posted Mar 25, 2020 15:10 UTC (Wed) by sorokin (guest, #88478)In reply to: Video conferencing with Jitsi by niner
Parent article: Video conferencing with Jitsi
I don't quite understand this. Even if all video streams get aggregated into one connection from server, that single connection still transmits n times the data.
My understanding is that total required bandwidth should be the same in both cases. Perhaps central server works better when participants' upload speed is limited?
Posted Mar 25, 2020 15:23 UTC (Wed)
by niner (subscriber, #26151)
[Link]
It's also likely that you're right and the central server mitigates notoriously limited upload speeds of DSL and mobile (and sadly, where I live, even cable) connections.
Posted Mar 25, 2020 15:41 UTC (Wed)
by excors (subscriber, #95769)
[Link]
If you don't use that mode then I think it's O(num_participants^2) on the bridge and O(num_participants) on the clients, though with better constant factors than peer-to-peer: each client only has to upload their stream once to the bridge (vs num_participants-1 times to every other peer), which is good since clients usually have much lower upload bandwidth than download.
Video conferencing with Jitsi
Video conferencing with Jitsi