Video conferencing with Jitsi
Video conferencing with Jitsi
Posted Mar 24, 2020 11:38 UTC (Tue) by wodny (subscriber, #73045)Parent article: Video conferencing with Jitsi
The Jitsi server package also has a not so pretty postrm script which fails on reloading HTTP daemons.
Jitsi Meet burns my CPU when conferencing with something under 10 people, but works with like 2-3 people. Skype seems more efficient but with many people or with video, keyboard input starts to malfunction and the system becomes sluggish and stays that way until Skype's restart. I hope for a keylogger so no chat is lost ;)
Also had to modify the Skype package before installation because it contains chrome-sandbox (installed as setuid binary of course).
Posted Mar 24, 2020 12:06 UTC (Tue)
by niner (subscriber, #26151)
[Link] (4 responses)
Posted Mar 25, 2020 15:10 UTC (Wed)
by sorokin (guest, #88478)
[Link] (2 responses)
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.
Posted Mar 27, 2020 21:00 UTC (Fri)
by Sesse (subscriber, #53779)
[Link]
Video conferencing with Jitsi
Video conferencing with Jitsi
Video conferencing with Jitsi
Video conferencing with Jitsi
Video conferencing with Jitsi