https://github.com/xuexiangjys/webrtc-android
WebRTC在Android上的使用
https://github.com/xuexiangjys/webrtc-android
Last synced: 5 months ago
JSON representation
WebRTC在Android上的使用
- Host: GitHub
- URL: https://github.com/xuexiangjys/webrtc-android
- Owner: xuexiangjys
- License: apache-2.0
- Created: 2020-01-14T09:35:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:30:28.000Z (almost 2 years ago)
- Last Synced: 2024-02-29T16:32:08.182Z (over 1 year ago)
- Language: Java
- Size: 158 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebRTC-Android
WebRTC在Android上的使用。WebRTC,又名网页即时通信(Web Real-Time Communication),是谷歌开源的一个支持网页浏览器进行实时语音对话或视频对话的API。
## 相关链接
* [WebRTC中文网](https://webrtc.org.cn/)
* [flutter-webrtc](https://github.com/cloudwebrtc/flutter-webrtc)## 其他demo
* [Android、Web端Demo](https://github.com/Jhuster/RTCStartupDemo)
* [flutter-webrtc-demo](https://github.com/cloudwebrtc/flutter-webrtc-demo)## 其他直播技术
* [大牛直播SDK](https://github.com/daniulive/SmarterStreaming)
* [anyRTC-RTMPC](https://github.com/anyRTC/AR-RTMPC-Android)