All Projects → w3c → Webrtc Pc

w3c / Webrtc Pc

Licence: other
WebRTC 1.0 API

Projects that are alternatives of or similar to Webrtc Pc

Ion
Real-Distributed RTC System by pure Go and Flutter
Stars: ✭ 3,279 (+915.17%)
Mutual labels:  webrtc
Peerjs Server
Server for PeerJS
Stars: ✭ 3,313 (+925.7%)
Mutual labels:  webrtc
Decentralized Video Chat
🚀 Zipcall- Acquired @ 250k users 🚀 Peer to peer browser video calling platform with unmatched video quality and latency.
Stars: ✭ 3,284 (+916.72%)
Mutual labels:  webrtc
Wilearning
Multiparty meeting&e-learning using mediasoup, webrtc ,angular and ionic with powerful whiteboard support
Stars: ✭ 280 (-13.31%)
Mutual labels:  webrtc
Jitsi Meet
Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
Stars: ✭ 17,247 (+5239.63%)
Mutual labels:  webrtc
Meething
dWebRTC Video Meetings MESH/SFU hybrid using GunDB, MediaSoup and Beyond!
Stars: ✭ 303 (-6.19%)
Mutual labels:  webrtc
Oorja
[archived] effortless video-voice chat with realtime collaborative features. extensible using react components 🙌
Stars: ✭ 270 (-16.41%)
Mutual labels:  webrtc
Mediasoup Client
mediasoup client side JavaScript library
Stars: ✭ 320 (-0.93%)
Mutual labels:  webrtc
Awesome Live Stream
Webrtc && Nginx && DASH && Quic 学习资料收集,持续更新中
Stars: ✭ 290 (-10.22%)
Mutual labels:  webrtc
Server
screen sharing for developers https://screego.net/
Stars: ✭ 3,931 (+1117.03%)
Mutual labels:  webrtc
Glipchat
video chatroom using meteor + webrtc + react + redux
Stars: ✭ 280 (-13.31%)
Mutual labels:  webrtc
Starrtc Web Demo
一对一voip视频聊天,直播连麦,多人视频会议,在线会议web演示:
Stars: ✭ 281 (-13%)
Mutual labels:  webrtc
Webrtc Tutorial
📚 WebRTC 中文教程
Stars: ✭ 305 (-5.57%)
Mutual labels:  webrtc
Awesome Pion
A curated list of awesome things related to Pion
Stars: ✭ 272 (-15.79%)
Mutual labels:  webrtc
Mediasoup
Cutting Edge WebRTC Video Conferencing
Stars: ✭ 4,054 (+1155.11%)
Mutual labels:  webrtc
Com.unity.webrtc
WebRTC package for Unity
Stars: ✭ 271 (-16.1%)
Mutual labels:  webrtc
Jeelizar
JavaScript object detection lightweight library for augmented reality (WebXR demos included). It uses convolutional neural networks running on the GPU with WebGL.
Stars: ✭ 296 (-8.36%)
Mutual labels:  webrtc
Rawrtc
WebRTC and ORTC with a little bit of RAWR!
Stars: ✭ 323 (+0%)
Mutual labels:  webrtc
Gb28181.solution
Linux/Win/Docker/kubernetes/Chart/Kustomize/GB28181/SIP/RTP/SDP/WebRTC/作为上下级域/平台级联互联
Stars: ✭ 323 (+0%)
Mutual labels:  webrtc
Monibuca
🧩 Monibuca is a Modularized, Extensible framework for building Streaming Server
Stars: ✭ 307 (-4.95%)
Mutual labels:  webrtc

WebRTC 1.0: Real-time Communication Between Browsers

This document defines a set of ECMAScript APIs in WebIDL to allow media to be sent to and received from another browser or device implementing the appropriate set of real-time protocols. This specification is being developed in conjunction with a protocol specification developed by the IETF RTCWEB group and an API specification to get access to local media devices developed by the Media Capture Task Force.

Published Versions

While we have taken measures to reduce the frequency of build breakages (such as freezing respec-w3c-common at version 8.7.1), the tip-of-tree of this document may contain work in progress changes and other inconsistencies, including an incomplete change log. If you want to review something more coherent, review the latest editors' draft; these are published at intervals on the order of weeks.

Useful Links

The content of this document is discussed at the public-webrtc mailing list.

RTCWeb IETF Working Group

Contribution Guidelines

Test coverage

Parts of the specification that need or have tests are marked with the data-tests attribute. If one or several tests exist for the said part in the webrtc directory of WPT, fill the attribute with the comma-separated list of their filenames. If no test exists but tests are needed, keep the attribute with no value.

Thumbrules for where to put the data-tests attribute in the DOM:

  • apply it only to content with normative language
  • put it as high in the DOM as possible
  • when set on an element, you assert that the said test case provides reasonable coverage of the entire content of the element
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].