TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to run your own open source Skype replacement

98 点作者 agranig超过 12 年前

10 条评论

paulirish超过 12 年前
Alternatively throw up an instance of apprtc[1], which is a few hundred lines of JS using the new WebRTC APIs. NAT traversal, background noise reduction, gain boosting, bandwidth adaptation all come for free.<p>[1] <a href="http://apprtc.appspot.com/" rel="nofollow">http://apprtc.appspot.com/</a> [2] source: <a href="http://code.google.com/p/webrtc-samples/source/browse/trunk/apprtc/" rel="nofollow">http://code.google.com/p/webrtc-samples/source/browse/trunk/...</a>
trotsky超过 12 年前
the idea that it's a skype replacement while simultaneously warning the reader about avoiding NAT is funny, 50% of the skype secret sauce is the NAT traversal.
评论 #4479350 未加载
评论 #4479266 未加载
评论 #4479596 未加载
评论 #4480351 未加载
againandagain超过 12 年前
I applaud this effort. Jitsi is nothing new and predates all the Skype hype. My guess is it may even be true "end to end," i.e. it relies on no third party "service" that Joe User would find a little too much hassle to run himself, such as XMPP (or even SIP, for that matter).<p>But the first problem I have with Jitsi is that the source is still not open. Looking at current website you have to be a "project member".<p>It's Java-based, right? I want to see that code. If the solution I'm using is less than a few hundred lines of C (quite manageable for any security analysis), why should I blindly (i.e. without seeing the code) switch to Jitsi?<p>These p2p threads are continually entertaining because they prove time and again how many people still think NAT traversal is some sort of "magic" requiring special expertise (e.g., that only Skype or some other private company has).<p>That might just be a myth.<p>Example: Proving a negative. If I can't find a piece of code to do some task does that mean it does not exist? Maybe I just can't find it?<p>agranig himself mentions a couple of things that are in wide use but "little known". Not every solution is going to be widely known. That does not mean such solutions do not exist.<p>re: p2p stuff<p>Read the code before you read the marketing copy.
评论 #4481137 未加载
zobzu超过 12 年前
note that it's just advertisement for a free+commercial solution based on Asterisk (<a href="http://www.asterisk.org/" rel="nofollow">http://www.asterisk.org/</a>)<p>It makes the setup and maintenance easy, basically.<p>Personally I use Asterisk with all the standard SIP clients (CSIPSimple on Android for example)
评论 #4480041 未加载
shmerl超过 12 年前
Why make it particularly SIP and not for example Jingle based? And there is no need to build anything. Just use regular XMPP servers infrastructure. Security can be achieved with ZRTP and OTR, though current implementation of secure XMPP/Jingle clients is still lacking.
Quequau超过 12 年前
I have a Skype-in regular phone number. I did not see how to set that up and without some sort of local number availability, for me at least, this is no "Skype Replacement"
评论 #4479275 未加载
kennu超过 12 年前
A bit bold to talk about running your own server to replace Skype. You'd need to get 32 million users to switch over.
评论 #4479019 未加载
评论 #4481489 未加载
JSadowski超过 12 年前
I think that the most likely thing to disrupt Skype is going to be WebRTC and getUserMedia/PeerConnection.
Egregore超过 12 年前
What about android clients for this?
评论 #4479379 未加载
wensheng超过 12 年前
It appears to be based on Asterisk, with Mysql and Apache.
评论 #4480110 未加载