Earlier quoted context omitted.
Can I ask if you are using video conferencing in a business setting? When folks are trying to get stuff done in tough circumstances NO ONE has ANY patience for the home built / funky / privacy enhanced multi-click setup. Especially not the top executives now dialing in from home who aren't tech forward. IT doesn't want to trouble shoot things either - all of a sudden you have 1000+ folks video conferencing. I'd be in…
We're using webex at work but I've used half a dozen different tools so far with friends (no FOSS ones unfortunately) and they all work about as well.
Jitsi Meet: An open source alternative to Zoom
281–290 of 293 posts
Re: Jitsi Meet: An open source alternative to Zoom
#282Earlier quoted context omitted.
hackintosh's aren't all that hard to build
Hackintosh are hard to build, by any reasonable definition, even for an average HN users. It's possible some people find that easy, but surely it is much harder than following an even medium difficulty tutorial.
There are also lots of helpful people in the /r/hackintosh subreddit and discord if you run into troubles.
I was debating between building a hackintosh and buying the new MacBook pro and I can say 100% it was worth it.
Re: Jitsi Meet: An open source alternative to Zoom
#283Earlier quoted context omitted.
hackintosh's aren't all that hard to build
I'm now first time using Mac due to my project. It works fine, but I do prefer Linux for development. Hackintosh probably makes sense if you're stuck on some Mac software though.
Re: Jitsi Meet: An open source alternative to Zoom
#284Earlier quoted context omitted.
It works. I hosted a meetup Friday night using it for the jackbox games.
how many people were in it? I'm trying to set something up for my family to play Jackbox with more than 10 people, google hangouts caps out at 10 and I don't really want to make everyone set up the zoom app since I'll have to do tech support for everyone. (disclaimer: I work at Jackbox, I'm in charge of the multiplayer servers)
For the people who it was working for we didn't have a lot of issues. I'm not sure how the audio went through.(Btw this was on linux)
Is Jackbox still chicago based, or is that only the jellyvision side?
Re: Jitsi Meet: An open source alternative to Zoom
#285Earlier quoted context omitted.
how many people were in it? I'm trying to set something up for my family to play Jackbox with more than 10 people, google hangouts caps out at 10 and I don't really want to make everyone set up the zoom app since I'll have to do tech support for everyone. (disclaimer: I work at Jackbox, I'm in charge of the multiplayer servers)
It was about 6 people. We had issues with video and audio going through. For the people who it was working for we didn't have a lot of issues. I'm not sure how the audio went through.(Btw this was on linux) Is Jackbox still chicago based, or is that only the jellyvision side?
Re: Jitsi Meet: An open source alternative to Zoom
#286Earlier quoted context omitted.
There's this text at the bottom of https://jitsi.org/ page: Jitsi is proudly powered by an awesome open source community — and 8×8. 8x8 looks like a commercial product based on Jitsi: https://www.8x8.com/
8x8 is a huge VoIP company. McDonald’s uses them, so when you call McDonald’s, you are calling an 8x8 number. My firm used to use them. Their tech was rock solid but clunky for our stack so we switched to RingCentral. Quality isn’t as good, and I wonder often if we made a mistake.
Re: Jitsi Meet: An open source alternative to Zoom
#287Re: Jitsi Meet: An open source alternative to Zoom
#288Re: Jitsi Meet: An open source alternative to Zoom
#289Earlier quoted context omitted.
What version of Firefox? What OS? Can confirm Firefox-dev on Linux has no working video.
Firefox 74.0 on Fedora works. AFAIK Firefox on GNU/Linux uses Gstreamer. Maybe you need to install gstreamer codec packages. Update: Firefox switched to FFmpeg and removed Gstreamer support some time ago. I have FFmpeg installed from rpmfusion, but I don't know if that's relevant to WebRTC and Jitsi.
(from a desktop Linux user years 1996-2004)
Re: Jitsi Meet: An open source alternative to Zoom
#290I'm curious... between Whereby and Jitsi and I assume other browser-based video solutions relying on WebRTC... ...how big is the barrier these days to building a "videoconferencing platform" supporting millions of people... that runs on a single server? Because if you need to do is build a pretty website that essentially just keeps track of meeting names and the names and IP addresses of participants... ...while each…
It doesn't scale well beyond a handful of people. You need *N bandwidth to send and receive, and without a thing called 'simulcast' (creating multiple, different quality stream simultaneously) which doesn't have good browser support the quality is defined by the lowest common denominator. A central server solves many, many issues that result in better quality. Jitsi itself barely works on Firefox and not at all on mo…