[*] 格式化文档

This commit is contained in:
acgist
2023-03-22 12:28:24 +08:00
parent c5604f602d
commit fb31f5c0a9
2 changed files with 15 additions and 17 deletions

View File

@@ -280,10 +280,10 @@ SELINUX=disabled
## libwebrtc可选 ## libwebrtc可选
https://webrtc.github.io/webrtc-org/native-code/android/ * https://webrtc.github.io/webrtc-org/native-code/android/
https://webrtc.github.io/webrtc-org/native-code/development/ * https://webrtc.github.io/webrtc-org/native-code/development/
https://webrtc.github.io/webrtc-org/native-code/development/prerequisite-sw/ * https://webrtc.github.io/webrtc-org/native-code/development/prerequisite-sw/
https://www.chromium.org/developers/how-tos/install-depot-tools/ * https://www.chromium.org/developers/how-tos/install-depot-tools/
建议直接购买国外的按需使用的主机,用完直接释放,配置建议: 建议直接购买国外的按需使用的主机,用完直接释放,配置建议:

View File

@@ -19,26 +19,24 @@
## 学习资料 ## 学习资料
https://developer.android.google.cn/docs?hl=zh-cn * https://developer.android.google.cn/docs?hl=zh-cn
https://developer.android.google.cn/guide?hl=zh-cn * https://developer.android.google.cn/guide?hl=zh-cn
## 依赖编译 ## 依赖编译
https://webrtc.github.io/webrtc-org/native-code/android/ * https://webrtc.github.io/webrtc-org/native-code/android/
https://webrtc.github.io/webrtc-org/native-code/development/ * https://webrtc.github.io/webrtc-org/native-code/development/
https://webrtc.github.io/webrtc-org/native-code/development/prerequisite-sw/ * https://webrtc.github.io/webrtc-org/native-code/development/prerequisite-sw/
https://www.chromium.org/developers/how-tos/install-depot-tools/ * https://www.chromium.org/developers/how-tos/install-depot-tools/
https://mediasoup.org/documentation/v3/libmediasoupclient/installation/ * https://mediasoup.org/documentation/v3/libmediasoupclient/installation/
## 参考项目 ## 参考项目
https://github.com/haiyangwu/webrtc-android-build * https://github.com/haiyangwu/webrtc-android-build
https://github.com/haiyangwu/mediasoup-demo-android * https://github.com/haiyangwu/mediasoup-demo-android
https://github.com/haiyangwu/mediasoup-client-android * https://github.com/haiyangwu/mediasoup-client-android
## 其他依赖 ## 其他实现
其他一些框架:
* `org.webrtc:google-webrtc` * `org.webrtc:google-webrtc`
* `io.github.haiyangwu:mediasoup-client` * `io.github.haiyangwu:mediasoup-client`