يسعدنا أن نعلن أنه لأول مرة يمكن إجراء اتصالات متبادلة بين متصفح Chrome وفايرفوكس عبر WebRTC. WebRTC هي مجموعة جديدة من التقنيات تؤدي إلى الحصول على صوت نقي واضح وفيديو عالي الدقة بصورة واضحة المعالم واتصال أسرع بمتصفح الويب.


منذ البداية، تضافرت جهود مشتركة لإنشاء تقنيات WebRTC من خلال منتدى الويب المفتوح، الذي تضمن مهندسين من فريقي Chrome وفايرفوكس. وكان الهدف المشترك هو مساعدة مطوري البرامج على تقديم اتصالات متميزة وآمنة، مدمجة في تطبيقاتهم على الويب مباشرةً.
ولتنجح هذه المحاولات، كانت هناك ضرورة لإنشاء نظام أساسي للاتصالات على الويب ليعمل عبر المتصفحات. وبفضل عمل ومشاركة منتديي W3C و IETF في تطوير النظام الأساسي، يمكن لمتصفحي Chrome وفايرفوكس الآن الاتصال عن طريق استخدام تقنيات قياسية مثل برنامجي ترميز Opus و VP8 للصوت والفيديو، وبروتوكول DTLS-SRTP للتشفير، ومجموعة أدوات ICE للشبكات.

لتجربة هذا بنفسك، ستحتاج إلى استخدام Chrome‏ 25 الإصدار التجريبي لسطح المكتب وFirefox Nightly لسطح المكتب. في فايرفوكس، سيتعين عليك الانتقال إلى about:config وتعيين التفضيل media.peerconnection.enabled على "true". ثم توجّه إلى موقع WebRTC التجريبي وابدأ في الاتصال.

هناك بعض المواقع التي يمكن الانتقال إليها للتعرف على المزيد من المعلومات بالنسبة إلى مطوري البرامج الذين يسعون وراء تضمين هذه الوظيفة في تطبيقاتهم الخاصة. يمكنك الاطلاع على شفرة المصدر لتطبيق AppRTC التجريبي، ومكتبة تتيح كتابة الشفرات البرمجية لتطبيقات WebRTC عبر المتصفحات في لمح البصر، ومستند يسرد تفاصيل الاختلافات الثانوية بين المتصفحات.

يمكنك التعرف على المزيد من المعلومات من موقع موزيلا من هنا وعرض أول اتصال "رسمي" تم إجراؤه من هنا:


الناشر: ماري ريفي، مديرة منتجات الوسائط في فايرفوكس، وسيرجي لاتشابيل، مدير منتجات Chrome

Hello Firefox, this is Chrome calling

We’re excited to announce that for the first time, Chrome and Firefox can “talk” to each other via WebRTC. 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.

For developers looking to include this functionality in their own apps, there are a few places you can go to get more information. You can look at the source code of the AppRTC demo, a library that makes writing cross-browser WebRTC apps a snap, and a document detailing some of the minor differences between browsers.

You can read more from Mozilla here and view our first “Official” call here:



Posted by: Maire Reavy, Firefox Media Product Lead and Serge Lachapelle, Chrome Product Manager