Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Firefox Mozilla News

Mozilla Combines Social API and WebRTC 44

theweatherelectric writes "Mozilla has put together a demo which combines WebRTC with Firefox's Social API. Over on Mozilla's Future Releases blog, Maire Reavy writes, 'WebRTC is a powerful new tool that enables web app developers to include real-time video calling and data sharing capabilities in their products. While many of us are excited about WebRTC because it will enable several cool gaming applications and improve the performance and availability of video conferencing apps, WebRTC is proving to be a great tool for social apps. Sometimes when you're chatting with a friend, you just want to click on their name and see and talk with them in real-time. Imagine being able to do that without any glitches or hassles, and then while talking with them, easily share almost anything on your computer or device: vacation photos, memorable videos — or even just a link to a news story you thought they might be interested in – simply by dragging the item into your video chat window.'"
This discussion has been archived. No new comments can be posted.

Mozilla Combines Social API and WebRTC

Comments Filter:
  • by Trepidity ( 597 ) <delirium-slashdot@@@hackish...org> on Sunday December 02, 2012 @06:26PM (#42163673)

    If you were likewise confused by this blurb about clicking on friends' names in the browser, what WebRTC actually is at a technological level, at least, is basically a collection of real-time P2P streaming-media stuff that is currently usually implemented via browser plugins or 3rd-party software. W3C is trying to standardize and expose it via more normal javascript APIs.

    The basic functionality will include things like: users opening video or audio streams with each other (which includes NAT-punching, negotiating codecs, etc.) to support Skype-style video chat in the browser; streaming logic to deal with sending/buffering/etc. for P2P streams; support for data connections directly between users, to allow browser-based multiplayer gaming to bypass a central server; and some kind of management of local multimedia resources that I don't fully understand.

    The draft standard is here [w3.org].

  • by caspy7 ( 117545 ) on Sunday December 02, 2012 @09:45PM (#42164961)

    As it stands there is one page on the internet (on Facebook's site) that can install this sidebar.
    Avoid going to that page and clicking the "Turn On" button and you should be golden.

For large values of one, one equals two, for small values of two.

Working...