Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yangkun19921001/openrtcproject
基于 webrtc 实现的各种项目
https://github.com/yangkun19921001/openrtcproject
Last synced: about 2 months ago
JSON representation
基于 webrtc 实现的各种项目
- Host: GitHub
- URL: https://github.com/yangkun19921001/openrtcproject
- Owner: yangkun19921001
- License: apache-2.0
- Created: 2023-03-25T14:23:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T06:30:04.000Z (over 1 year ago)
- Last Synced: 2023-07-16T07:27:59.665Z (over 1 year ago)
- Language: JavaScript
- Size: 3.57 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 结构
## 云游戏
## 远程桌面