Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
snowinszu committed Dec 18, 2024
1 parent 5c619da commit 6996a15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
**English | [简体中文](Readme_zh.md)**

<h1 align="center"><a href="" target="_blank" rel="noopener noreferrer"><img width="250" src="https://www.cdnbye.com/logo.png" alt="cdnbye logo"></a></h1>
<h1 align="center"><a href="" target="_blank" rel="noopener noreferrer"><img width="250" src="https://www.swarmcloud.net/img/logo.png" alt="cdnbye logo"></a></h1>
<h4 align="center">Let your viewers become your unlimitedly scalable CDN.</h4>
<a href="https://android-arsenal.com/api?level=21"><img src="https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat" alt="api"></a>
</p>

## About
This is a demo for CDNBye Android SDK v3.
This is a demo for SwarmCloud Android SDK v3.

## Demo APP
Download demo apk [here](https://cdnbye.oss-cn-beijing.aliyuncs.com/android_sdk/demo_v3.apk)
Download demo apk [here](https://cdnbye.oss-cn-beijing.aliyuncs.com/android_sdk/demo.apk)

## Requirements
Android Version Support: Kitkat 4.4(API level >= 19)
Android Version Support: Kitkat 4.2(API level >= 17)

## Usage
- Clone the project
- Install dependencies by gradle
- Download the latest version [swarmcloud.jar](https://github.com/cdnbye/android-p2p-engine/releases),then copy it to app/libs
- Download the P2P library [datachannel.aar](https://github.com/swarm-cloud/datachannel-native/releases),then copy it to app/libs
- Run on real device

## Issue & Feature Request
Expand All @@ -27,11 +23,11 @@ Android Version Support: Kitkat 4.4(API level >= 19)

## Related Projects
- [ios-p2p-engine](https://github.com/cdnbye/ios-p2p-engine) - iOS Video P2P Engine for Any Player.
- [flutter-p2p-engine](https://github.com/cdnbye/flutter-p2p-engine) - Live/VOD P2P Engine for Flutter, contributed by [mjl0602](https://github.com/mjl0602).
- [flutter-p2p-engine](https://github.com/cdnbye/flutter-p2p-engine) - Live/VOD P2P Engine for Flutter.
- [hlsjs-p2p-engine](https://github.com/cdnbye/hlsjs-p2p-engine) - Web Video Delivery Technology with No Plugins.

## FAQ
We have collected some [frequently asked questions](https://www.hdtvcloud.com/en/views/FAQ.html). Before reporting an issue, please search if the FAQ has the answer to your problem.
We have collected some [frequently asked questions](https://www.swarmcloud.net/faq). Before reporting an issue, please search if the FAQ has the answer to your problem.

## Contact Us
Email:[email protected]
Expand Down
16 changes: 6 additions & 10 deletions Readme_zh.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,32 @@
**[English](README.md) | 简体中文**

<h1 align="center"><a href="" target="_blank" rel="noopener noreferrer"><img width="250" src="https://www.cdnbye.com/logo.png" alt="cdnbye logo"></a></h1>
<h1 align="center"><a href="" target="_blank" rel="noopener noreferrer"><img width="250" src="https://www.swarmcloud.net/img/logo.png" alt="cdnbye logo"></a></h1>
<h4 align="center">Let your viewers become your unlimitedly scalable CDN.</h4>
<a href="https://android-arsenal.com/api?level=21"><img src="https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat" alt="api"></a>
</p>

## 关于
本项目是 CDNBye Android SDK v3 的演示demo。
本项目是 SwarmCloud Android SDK v3 的演示demo。

## Demo APP
下载测试 [demo_v3.apk](https://cdnbye.oss-cn-beijing.aliyuncs.com/android_sdk/demo_v3.apk)
下载测试 [demo.apk](https://cdnbye.oss-cn-beijing.aliyuncs.com/android_sdk/demo.apk)

## 系统要求
安卓4.4以上版本(API level >= 19)
安卓4.2以上版本(API level >= 17)

## 使用方法
- 将本项目克隆到本地
- 用 gradle 安装依赖
- 下载最新版本的安卓[swarmcloud.jar](https://github.com/cdnbye/android-p2p-engine/releases),并拷贝到工程的 app/libs 目录下
- 下载P2P传输库 [datachannel.aar](https://github.com/swarm-cloud/datachannel-native/releases)并拷贝到工程的 app/libs 目录下
- 在真机运行本项目

## 反馈及意见
当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 issues 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 Labels 中指明类型为 bug 或者其他。

## 相关项目
- [ios-p2p-engine](https://gitee.com/cdnbye/ios-p2p-engine) - iOS端P2P流媒体加速引擎。
- [flutter-p2p-engine](https://gitee.com/cdnbye/flutter-p2p-engine) - Flutter视频/直播APP省流量&加速神器, 由 [mjl0602](https://github.com/mjl0602) 贡献
- [flutter-p2p-engine](https://gitee.com/cdnbye/flutter-p2p-engine) - Flutter视频/直播APP省流量&加速SDK
- [hlsjs-p2p-engine](https://gitee.com/cdnbye/hlsjs-p2p-engine) - 目前最好的Web端P2P流媒体方案。

## FAQ
我们收集了一些[常见问题](https://www.cdnbye.com/cn/views/FAQ.html)。在报告issue之前请先查看一下。
我们收集了一些[常见问题](https://www.cdnbye.com/faq.html)。在报告issue之前请先查看一下。

## 联系我们
邮箱:[email protected]

0 comments on commit 6996a15

Please sign in to comment.