Yeah, I feel like a lot of distributed startups have had these 'video portals' going at one time or another. I know we have.
Generally use drops off (in favor of standard one-on-one or one-to-many videoconferences) after the novelty ends. Primarily because the fidelity sucks and there are better uses for a large monitor, like watching YouTube videos during lunch.
We actually had these in our office at HP. https://youtu.be/TC4sNztp8dk They were quite well used by execs, but those of us at the bottom end probably only a couple of times for virtual team meetings. They were very expensive, to get the high end video (think 2008). As soon as you have one or two remote attendees though the point of it goes away. After the demerger, building shuffles, they were decommissioned
Thanks for the feedback! Yes, we're going for a different use case than Facebook Portal or other dedicated hardware devices with video are. We're not just trying to make meetings easier and better, we're trying to simulate the magic of being in the same room.
I think a distributed startup could work. HD video conferencing will be affordable very soon. With a ~20" HD monitor and a little suspension of disbelief, you could converse with a co-worker as if they sat opposite you.
We just launched a hardware video conferencing device that uses WebRTC. https://pluot.co
We route all media streams peer-to-peer. Which gives you the lowest possible latency and highest possible quality on a decent network connection. But, as other comments here have said, using a mesh topology has the downside of degrading badly if you have more than four (or so) participants in a call.
We'll add bridging in a future release, to support larger meetings, but it's actually fairly difficult to make a "routing media through the cloud in real time" architecture rock solid -- high quality and reliable for everyone, all the time. We've got customers in eight countries, so far, for example. So we'll need servers in multiple data centers, but somebody on an international call will always be farther from the bridge than is ideal.
We've surveyed a lot of people about video conferencing, and there's a lot of dissatisfaction with Hangouts and other similar products, much of which comes down to call quality, much of which is attributable to the difficulty of bouncing media streams through centralized servers.
We were in the most recent YC batch (W16) and a bunch of YC companies use our stuff. The basic idea is that big screens are super useful for team meetings, engineering standups, customer demos, etc. But big-screen video conferencing hardware has always been really expensive, or something you have to cobble together yourself. We're turnkey, set up in five minutes, are super easy to use, designed for getting real work done, and the hardware is free. You just pay $50/month per room, and there's no commitment (you can send us back the hardware and cancel any time).
You can try the Chrome browser version of our call stack from any laptop/desktop: https://pluot.co/new -- that bounces your browser to a new, unique, permanent meeting URL.
We've been following the Apple WebRTC development for a while, because we'd love to support Safari with no plugins, just like we can Chrome. We're hoping for full mobile WebKit support, too.
We built Pluot because we know first-hand how much big-screen video conferencing improves the experience of working with remote colleagues. Daily standups, project meetings, and lots of other stuff gets way better when you can sit around a table, and everyone can see both camera feeds and screen shares at the same time.
But all the video conferencing systems on the market are too expensive for startups, or are somewhat involved set up and maintain, or didn’t have the features we wanted. So we scratched our own itch and built a little appliance, using WebRTC and atom-shell (which is now electron). Once we’d built it and showed it to some friends, we decided enough other people might want it that we kept working on it.
You can play with the software stack from any Chrome web browser. Go here to bounce through to a unique meeting URL, then copy that URL and send it to anyone you want to have a video call with: https://pluot.co/new
So far, that’s more or less like Google Hangouts. But that same video call stack runs, with a different UI, on our little Pluot device. So if you’ve got a Pluot hooked up to the TV (or two TVs) in your conference room, you can join the meeting that way.
The Pluot device is an Intel NUC running Ubuntu Core. We boot from the stock Ubuntu kernel, then load a bundle of Javascript that looks for the network (and walks you through configuring a wifi connection with a QR code, if there’s no ethernet cable plugged in and no previous wifi configuration). Then we pull down another bundle of Javascript that defines the basic behavior of the system. Finally, when you start a video call you’re hitting the same web stuff as in the https://pluot.co/new link, above. But we know you’re running on our hardware, so we customize the UI for the TV screen.
All the WebRTC media streams are peer-to-peer. That means generally you’re going to get the best latency and encoding quality possible for whatever internet connection you’re on. The downside is that we have to do a lot of encoding/decoding -- we support four locations joining a call and two simultaneous screen-shares from participants. That’s why we’re using an Intel Core i3 instead of a cheaper ARM option.
Finally, it’s a lot of fun to design a unified UI that runs on big screens, laptops/desktops, and phones, and that multiple people are going to be using simultaneously for real-time interaction. You can participate in a Pluot call on a big screen or a laptop/desktop. We don’t ship with a plastic remote control, instead you use a web browser on a laptop or phone to control the big screen experience. So, lots of different pixel contexts. At the moment, we’re still working on layering in the final UI for the browser client. It’s basically still wireframes!
Thanks for reading this far, if you got this far. We’d love to hear the HN community’s feedback on what we’re doing. We love talking about this stuff.
To host these experiments. For instance, if you want to chat with people around tables organized by pubs in the golden mile (from the movie The World's End), go to:
If your video conferencing platform _requires_ all participants to have low-latency setups, you are going for a very niche market. I'm talking about fundamental design changes we can bake into the general-purpose video conferencing apps that exist today, such as Teams, Hangouts/Meet, and Zoom.
That's what we started with and we often ran into issues where one or two of the clients will stop working for unknown reason. Plus if some of the team is already in the same office room, it would weird for them to still go through the video chat from their own device.
Used be, Sococo Teamspace could do that. We demonstrated 100-person meetings routinely. Presentation, some video sharing, everybody could hear everybody. Using our proprietary media channels and media servers.
Then Sococo got taken in a different direction - using WebRtc. The new version can only do maybe 6. Hangs routinely. Takes forever to enter a room/connect streams.
I can vouch that delivering quality, scaled, enterprise video conferencing is a much bigger technical challenge than it seems after, say, a weekend or two hacking with WebRTC in a hobby capacity. It combines the challenge of supporting a huge landscape of differing hardware devices with that of supporting a huge landscape of differing network environments. There's a near-infinite combination of corner cases that can cause problems and handling them poorly creates the impression of severe instability for the users who experience them. The nature of video conferencing/collaboration software means if 1 user's environment makes the experience unusable, the value for everyone who needs to collaborate with them is also seriously hampered.
That said, when we started dogfooding our own conferencing product it was partly because Slack consistently had issues dropping calls after 5-10m of group video. I'm kind of surprised to read such similar complaints 18 months+ on. Presumably it's harder to solve those problems at mass market global scales, we're pretty vertical specific.
There’s going to be a large number of video conferencing apps and startups over the next few years as we settle in with distance learning and remote work. Zoom and meet are the bare minimum but not optimal.
We use video conferencing pretty heavily where I work but you can mostly not broadcast video if you don't want to--although some groups prefer everyone to be on camera because they think, and I generally agree, it increases engagement. (And screen sharing is used quite a bit as well.)
But the bigger point I think is that we have the tools generally to support distributed and remote work--code/document repos, texting, collaborative document editing/viewing, easy conferencing (whether or not video), etc.
There are a bunch of options for low-latency video conferencing solutions available for people who actually need it (tele-medicine/surgery, sports/media broadcasting, enterprise conferencing). The thing is they just cost a lot of money and require dedicated hardware. Here's one company I know of that does this: http://www.haivision.com/
Generally use drops off (in favor of standard one-on-one or one-to-many videoconferences) after the novelty ends. Primarily because the fidelity sucks and there are better uses for a large monitor, like watching YouTube videos during lunch.
reply