vmolsa / libcrtc

WebRTC C++ library built on top of chromium webrtc.

Home Page:https://webrtc.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebRTC C++ library

WebRTC (Web Real-Time Communication) is a collection of communications protocols and application programming interfaces that enable real-time communication over peer-to-peer connections. This allows web browsers to not only request resources from backend servers, but also real-time information from browsers of other users.

This enables applications such as video conferencing, file transfer, chat, or desktop sharing without the need of either internal or external plugins.

WebRTC is being standardized by the World Wide Web Consortium (W3C) and the Internet Engineering Task Force (IETF). The reference implementation is released as free software under the terms of a BSD license.

WebRTC uses Real-Time Protocol to transfer audio and video.

See also

API Documentation

libcrtc

Licence & copyright

libcrtc is licensed under an MIT license. libcrtc has built on top of webrtc. for more webrtc license

About

WebRTC C++ library built on top of chromium webrtc.

https://webrtc.org/

License:Other


Languages

Language:C++ 88.3%Language:Shell 9.7%Language:Python 2.0%