Domain: webrtc.org
Stories and comments across the archive that link to webrtc.org.
Stories · 3
-
New Trial Brings Skype to (Some) Browsers
Ars Technica reports that Microsoft has begun giving some users a taste of a new version of Skype, with a big difference compared to previous ones: the new one (tested by users on an invitation basis) is browser based. Rather than using the existing WebRTC standard, though (eschewed as too complex), Microsoft has developed a separate spec called ORTC (Object RTC), which is designed to offer similar capabilities but without mandating this same call setup system. Both Microsoft and Google are contributing to this spec, as are representatives from companies with video conferencing, telephony, and related products. ORTC isn't currently blessed as a W3C project, though the ORTC group has proposed integrating ORTC into WebRTC to create WebRTC 1.1 and including parts of ORTC into WebRTC 1.0. For now at least, video or audio chat therefore requires a plug-in, and requires Internet Explorer 10, or recent Firefox or Chrome browsers, and a current Safari on Mac OS X. Also at TechCrunch, among others, which notes that text chat (though as mentioned, not video or audio) will work with the new Skype under ChromeOS, too. -
Firefox and Chrome Can Talk To Each Other
The Firefox and Chrome teams have announced that their respective browsers can now communicate with each other via WebRTC for the purpose of audio and video communication without needing a third-party plugin. WebRTC is a new set of technologies that brings clear crisp voice, sharp high-definition (HD) video and low-delay communication to the web browser. From the very beginning, this joint WebRTC effort was embraced by the open web community, including engineers from the Chrome and Firefox teams. The common goal was to help developers offer rich, secure communications, integrated directly into their web applications. In order to succeed, a web-based communications platform needs to work across browsers. Thanks to the work and participation of the W3C and IETF communities in developing the platform, Chrome and Firefox can now communicate by using standard technologies such as the Opus and VP8 codecs for audio and video, DTLS-SRTP for encryption, and ICE for networking. To try this yourself, you’ll need desktop Chrome 25 Beta and Firefox Nightly for Desktop. In Firefox, you'll need to go to about:config and set the media.peerconnection.enabled pref to "true." Then head over to the WebRTC demo site and start calling." -
Tizen Reaches 1.0
Earlier today, Tizen, Intel's post-MeeGo mobile OS, announced the availability of their first stable release. The H has a summary of the new features: "The source code for Tizen's Larkspur release has seen a number of new features added. The Web capabilities have now got full W3C/HTML5 specification support with 'key' WebRTC features incorporated and APIs to access the local camera and vibration. ... Tizen's graphics are based on X11 with a compositing window manager based on Enlightenment Foundation Libraries ... The SDK's IDE includes a new browser based tool which offers support for the Tizen APIs within a browser; this should allow developers to run and debug Tizen 'web applications' and see how those applications run with various device profiles. The alpha release of the browser based simulator should reduce the need to work with the emulator for many applications." The SDK release notes and source release notes have the gritty details. A new community wiki has been created, and source is available via git. This release comes just before the first Tizen developer conference, May 7-9th in San Francisco.