From fb31f5c0a96d4db63f003b380d30939f88006bc8 Mon Sep 17 00:00:00 2001 From: acgist <289547414@qq.com> Date: Wed, 22 Mar 2023 12:28:24 +0800 Subject: [PATCH] =?UTF-8?q?[*]=20=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Deploy.md | 8 ++++---- taoyao-client-android/README.md | 24 +++++++++++------------- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/Deploy.md b/docs/Deploy.md index d3f496d..4d77bff 100644 --- a/docs/Deploy.md +++ b/docs/Deploy.md @@ -280,10 +280,10 @@ SELINUX=disabled ## libwebrtc(可选) -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/prerequisite-sw/ -https://www.chromium.org/developers/how-tos/install-depot-tools/ +* 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/prerequisite-sw/ +* https://www.chromium.org/developers/how-tos/install-depot-tools/ 建议直接购买国外的按需使用的主机,用完直接释放,配置建议: diff --git a/taoyao-client-android/README.md b/taoyao-client-android/README.md index eb6f30a..3762511 100644 --- a/taoyao-client-android/README.md +++ b/taoyao-client-android/README.md @@ -19,26 +19,24 @@ ## 学习资料 -https://developer.android.google.cn/docs?hl=zh-cn -https://developer.android.google.cn/guide?hl=zh-cn +* https://developer.android.google.cn/docs?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/development/ -https://webrtc.github.io/webrtc-org/native-code/development/prerequisite-sw/ -https://www.chromium.org/developers/how-tos/install-depot-tools/ -https://mediasoup.org/documentation/v3/libmediasoupclient/installation/ +* 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/prerequisite-sw/ +* https://www.chromium.org/developers/how-tos/install-depot-tools/ +* https://mediasoup.org/documentation/v3/libmediasoupclient/installation/ ## 参考项目 -https://github.com/haiyangwu/webrtc-android-build -https://github.com/haiyangwu/mediasoup-demo-android -https://github.com/haiyangwu/mediasoup-client-android +* https://github.com/haiyangwu/webrtc-android-build +* https://github.com/haiyangwu/mediasoup-demo-android +* https://github.com/haiyangwu/mediasoup-client-android -## 其他依赖 - -其他一些框架: +## 其他实现 * `org.webrtc:google-webrtc` * `io.github.haiyangwu:mediasoup-client`