'janus-client' is an open source Janus Gateway client developed with webrtc native C++ for learning and research purposes. Most components are based on 'rtc_base' of WebRTC. MacOS, IOS and Linux platforms will be supported after the main features are completed.
-
Qt5 Used Qt for UI
-
asio Referenced by websocketpp
-
websocketpp WebSockets support for the Janus API
-
rapidjson Used for conversion between C++ objects and json
-
glew Used to render video frames
-
spdlog Used to build a log system
-
WebRTC
-
Note:
-
asio/websocketpp/rapidjson/spdlog have joined this repository as submodules.
-
glew and WebRTC library(M96, debug/release, include/lib/bin) have been included directly in this repository.
- video room (available)
- text room
- video call
- voice mail
Get the code:
git clone --recursive https://github.com/ouxianghui/janus-client.git
Open RTCSln.sln with Visual Studio(2019)
Jackie Ou 750265900@qq.com
Any thought, suggestion, feedback is welcome!