prakhars144 / webrtc-audio-video-caller-cpp

WebRTC based audio-video application in modern C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebRTC audio-video caller app

WebRTC application in modern C++ to make video calls with multiple peers at once.

Building the project

 sudo apt-get install build-essential gdb
 apt install libboost-all-dev
 cmake -S. -Bbuild -DUSE_DATACHANNEL=0
 cd /build
 make

Usage

./webrtc_app <ip_address> <port>

About

WebRTC based audio-video application in modern C++

License:MIT License


Languages

Language:C++ 67.9%Language:CMake 32.1%