Jitsi? [0] https://jitsi.org
Does anyone has experience using Jitsi here? What are your thoughts?
Ask HN: What are some open source alternative to Zoom
11–20 of 21 posts
Re: Ask HN: What are some open source alternative to Zoom
#12It's built in NodeJS/React/TypeScript, and I just recently ported the backend to Go because I wanted to build a Selective Forwarding Unit using pion/webrtc. You can test this in the alpha release on peercalls.com/alpha [2].
Would love to get more feedback and/or bug reports! Open source, available on GitHub [3].
Re: Ask HN: What are some open source alternative to Zoom
#13Jitsi? [0] https://jitsi.org
best alternative i've seen so far was a webrtc setup with okta authentication. https://github.com/rdegges/chatapp
Re: Ask HN: What are some open source alternative to Zoom
#14Re: Ask HN: What are some open source alternative to Zoom
#15Jitsi? [0] https://jitsi.org
Does anyone has experience using Jitsi here? What are your thoughts?
Re: Ask HN: What are some open source alternative to Zoom
#16Check out bigbluebutton [0]. It is open source with tons of features. It however requires specific Ubuntu 16.04 version and can only be installed on that OS. It is not the best fit for very large audiences (say over 200) in one session BUT for that they are working on another load balancing solution recently [1] I have been using this for our clients (edtech) for a while and with their 2.2 official version, they made…
Re: Ask HN: What are some open source alternative to Zoom
#17Check out bigbluebutton [0]. It is open source with tons of features. It however requires specific Ubuntu 16.04 version and can only be installed on that OS. It is not the best fit for very large audiences (say over 200) in one session BUT for that they are working on another load balancing solution recently [1] I have been using this for our clients (edtech) for a while and with their 2.2 official version, they made…
Re: Ask HN: What are some open source alternative to Zoom
#18Re: Ask HN: What are some open source alternative to Zoom
#19I'm the creator of Peer Calls [1], a peer to peer video conferencing web app using WebRTC, and it has a basic chat functionality (sending files is a little quirky). The first release was back it in 2016. Users create a room and share the link. It's built in NodeJS/React/TypeScript, and I just recently ported the backend to Go because I wanted to build a Selective Forwarding Unit using pion/webrtc. You can test this i…
My one hope: Could it be possible to select from different audio bitrates when on a direct connection? High bandwidth audio seems like one of the huge selling points of P2P chat applications. My naive assumption is that it’s the sampleRate constraint on the audio stream, but I’m not sure how the compression works...
Re: Ask HN: What are some open source alternative to Zoom
#20Jitsi? [0] https://jitsi.org
Does anyone has experience using Jitsi here? What are your thoughts?