- OSS client and server
- E2E encryption
- migration to IETF MLS protocol for E2EE messaging
MLS is a stepping stone to moving away from siloed messengers to interoperable services.Twilio releases open source video conferencing apps for iOS, Android and web
61–70 of 107 posts
Re: Twilio releases open source video conferencing apps for iOS, Android and web
#62These are interesting accusations to come from a throwaway account.
Re: Twilio releases open source video conferencing apps for iOS, Android and web
#63If this is backed by Twilio cloud webRTC API, I believe that does not support more that 50 people at a time watching the video
With a TURN server from Xirsys[2], I have had live drone video recording as well as barely a second of latency. I disabled peer2peer video because I do not want a 4G connection to broadcast to multiple viewers.
The reason I have not used twilio(even though I evaluated its offerings) is that they do not provide on premises hosting and my potential customers are not normally interested in not having on premises hosting.
[1] https://janus.conf.meetecho.com/ [2] https://xirsys.com [3] https://github.com/ptsneves/janus-gateway-android
Re: Twilio releases open source video conferencing apps for iOS, Android and web
#64Earlier quoted context omitted.
Here is a link to my fork of the repo shared by the OP: https://github.com/crtr0/twilio-video-app-react You can try it out at: https://video-app-7758-dev.twil.io?passcode=7020447758 Just enter your name and the room "HN".
ERROR Media connection failed or Media activity ceased Error Code: 53405
Was that an error on the webpage or in the JS console?
Re: Twilio releases open source video conferencing apps for iOS, Android and web
#65Disclaimer: I used to work at Twilio I'm seeing discussion below about fully open-source solutions (Jitsi Meet) vs. fully proprietary solutions (Zoom). What's interesting about using Twilio is that it is a programmable solution. Case in point: I am building a webpage where people can log-in to a virtual office, so that people working from home don't feel so lonely. I have certain requirements, such as: - All audio is…
[0] https://developer.webex.com/docs/platform-introduction
[1] https://github.com/webex/webex-ios-sdk-example-buddies
[2] https://marketplace.zoom.us/docs/sdk/native-sdks/preface/int...
Re: Twilio releases open source video conferencing apps for iOS, Android and web
#66 https://docs.daily.co/docs
Our focus has been on doing as much as possible to make video calls reliable, and helping developers get started with video as quickly as possible.Twilio is a great company. Jitsi is a great open source project. As always, there's room for different approaches to solving hard problems, for different customers. We've found that the biggest pain point for lots of developers are that 1) building out a full video call UI is non-trivial, and 2) handling all the failure cases possible in real-world calls is non-trivial. So we try to solve those two problems.
I love this stuff (this is the third time I've built a video tech stack, in my career), and I'm happy to answer any questions about WebRTC, building live video into applications, and give you (relatively) non-biased advice about tools/approaches for your particular goals.
Re: Twilio releases open source video conferencing apps for iOS, Android and web
#67Disclaimer: I used to work at Twilio I'm seeing discussion below about fully open-source solutions (Jitsi Meet) vs. fully proprietary solutions (Zoom). What's interesting about using Twilio is that it is a programmable solution. Case in point: I am building a webpage where people can log-in to a virtual office, so that people working from home don't feel so lonely. I have certain requirements, such as: - All audio is…
It definitely has a lot of potential but nobody is going to re-assign a bunch of engineers to code up a solution to their immediate need for massive teleconferencing capabilities today - as I imagine the timing of this launch is heavily influenced by the Coronaviris and current demand of these tools. Where I think it does play in is that while Zoom is probably making a lot of sales right now, they are probably starti…
Re: Twilio releases open source video conferencing apps for iOS, Android and web
#68These are interesting accusations to come from a throwaway account.
Re: Twilio releases open source video conferencing apps for iOS, Android and web
#69If this is backed by Twilio cloud webRTC API, I believe that does not support more that 50 people at a time watching the video
I have been using Janus[1] signaling server to broadcast live drone video on my website and it has worked flawlessly with multiple expectators. The drone video is captured through a Janus webrtc library in the Android phone connected to the drone.[3] With a TURN server from Xirsys[2], I have had live drone video recording as well as barely a second of latency. I disabled peer2peer video because I do not want a 4G con…
Re: Twilio releases open source video conferencing apps for iOS, Android and web
#70Earlier quoted context omitted.
I tried Jitsi and I love the UI but it uses so much CPU... Still looking for a self-hosted alternative.
if I may ask, what did you not like about Jitsi? the backend server /videobridge is pretty cool. When you say ui cpu usaage, do you mean the browser /javascript UI ?