Live data from Hacker News

Skype Is Down. What Next?

news.ycombinator.com

21–28 of 28 posts

Re: Skype Is Down. What Next?

#21

What if I told you there was a device that you already had that was capable of two-way voice and video communications in your pocket? ^_^

You still need to use some software to do that. Also, the screen is too tiny for VCs.

Re: Skype Is Down. What Next?

#25
post #13

Tox is a Free Software project whose goal is to free users from the grip of Proprietary instant messengers like Skype. https://en.wikipedia.org/wiki/Tox_%28protocol%29

Why have free alternatives to Skype not taken off? What's missing? It's just a 2 way video stream, right?

Plus asynchronous text chat.

Re: Skype Is Down. What Next?

#26
post #16

https://appear.in is free and does not require any installs or account creation. (disclaimer: I'm an engineer at appear.in)

What's your source of revenue? That needs to be clear before we can comfortably use a service for business purposes.

WebRTC is peer to peer. I'm going to guess that it's not particularly expensive to run the service.

Re: Skype Is Down. What Next?

#27
post #17

It's not easy to make a peer to peer system that can get past most corporate firewalls. So Skype is more complex than you'd guess. Your best bet is something using WebRTC.

most firewalls only let you go out via a proxy using port 443. Also port 80 can be used but then you have to wrap your chat protocol in HTTP which is not fun. Most firewalls do not let anything come in, so the software on the appliance/computer inside the corporate LAN has to initiate a connection and go outwards.

This implies that there cannot be a peer-to-peer setup since both peers-to-be can only go out and never connect to the other. And hence there is a server in between the two chat partners.

Re: Skype Is Down. What Next?

#28
post #16

Earlier quoted context omitted.

What's your source of revenue? That needs to be clear before we can comfortably use a service for business purposes.

WebRTC is peer to peer. I'm going to guess that it's not particularly expensive to run the service.

Well...

> The appear.in team currently consists of 14 people, and operates as an independent startup within the incubator environment of Telenor Digital.

That's not cheap, and it doesn't sound like it's just a side-project to raise awareness for the parent company or something like that.

Post reply on HN