Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yangkun19921001/openrtcproject

基于 webrtc 实现的各种项目
https://github.com/yangkun19921001/openrtcproject

Last synced: about 2 months ago
JSON representation

基于 webrtc 实现的各种项目

Awesome Lists containing this project

README

        

# OpenRTCProject
基于 webrtc 实现的各种项目

## P2P 音视频通话项目

**Android:** https://github.com/yangkun19921001/OpenRTCClient/tree/develop/examples/android_gradle/p2p;

**server:** https://github.com/yangkun19921001/OpenRTCProject/blob/main/p2p/server/server.js

**JS:** https://github.com/yangkun19921001/OpenRTCProject/blob/main/p2p/client/js/index.html

## 视频会议

### P2P网状结构

Android: https://github.com/yangkun19921001/OpenRTCClient/blob/develop/examples/android_gradle/p2ps;

server: https://github.com/yangkun19921001/OpenRTCProject/blob/main/p2ps/server/server.js

JS: https://github.com/yangkun19921001/OpenRTCProject/blob/main/p2ps/server/client/index.html

Windows: https://github.com/yangkun19921001/OpenRTCClient/blob/develop/examples/p2ps/p2ps/

### SFU 结构

## 云游戏

## 远程桌面