Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
include/ | 22-Mar-2025 | - | 731 | 540 | ||
src/ | 22-Mar-2025 | - | 19,122 | 15,384 | ||
BUILD.gn | D | 22-Mar-2025 | 2.2 KiB | 74 | 65 | |
LICENSE | D | 22-Mar-2025 | 9.9 KiB | 176 | 150 | |
README.md | D | 22-Mar-2025 | 1.6 KiB | 48 | 35 | |
README_zh.md | D | 22-Mar-2025 | 1.2 KiB | 36 | 24 |
README.md
1# Cast+ Stream module 2 3## Introduction 4 5Cast+ Stream module: The main function is to achieve the projection of media resources to the opposite device and support dual end playback control. 6## Directory Structure 7 8``` 9/foundation/CastEngine/castengine_cast_plus_stream # Cast+ Stream模块业务代码 10├── include # include file 11├── src # source code 12├── LICENSE # Certificate file 13├── BUILD.gn # Compilation Entry 14└── test # test code 15 16``` 17 18## Compilation and Building 19 20``` 21# Generate the libcast.z.so、libcast_engine_client.z.so、libcast_engine_service.z.so file in the out directory of the product folder through GN compilation. 22hb build cast 23``` 24 25### Usage 26 27For details, see[Sample](https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/Media/AVSession)。 28 29## Repositories Involved 30 31[castengine_cast_framework](https://gitee.com/openharmony-sig/castengine_cast_framework) 32 33[castengine_wifi_display](https://gitee.com/openharmony-sig/castengine_wifi_display) 34 35[castengine_dlna](https://gitee.com/openharmony-sig/castengine_dlna) 36 37hdc shell hilog -p off 38hdc shell hilog -Q pidoff 39hdc shell hilog -Q domainoff 40hdc shell hilog -b D -D 0xD004601 41hdc shell hilog -b D -D 0xD002B00 42hdc shell hilog -b D -D 0xD00ff00 43hdc shell hilog -b D -D 0xD002b2b 44hdc shell hilog -b D -D 0xD003900 45hdc shell hilog -b D -D 0xD0015c0 46hdc shell hilog -b D -D 0x001b 47hdc shell hilog -b X 48hdc shell hilog -G 512M
README_zh.md
1# Cast+ Stream部件 2 3## 简介 4 5Cast+ Stream模块:主要功能是实现媒体资源的投射到对端设备,并支持双端的播控。 6 7## 目录 8 9``` 10/foundation/CastEngine/castengine_cast_plus_stream # Cast+ Stream模块业务代码 11├── include # 接口文件 12├── src # 服务端实现 13├── LICENSE # 证书文件 14├── BUILD.gn # 编译入口 15└── test # 测试代码 16``` 17 18## 编译构建 19 20``` 21# 通过gn编译,在out目录下对应产品的文件夹中生成libcast.z.so、libcast_engine_client.z.so、libcast_engine_service.z.so 22hb build cast 23``` 24 25### 使用说明 26 27Cast+ Stream模块:主要功能是实现媒体资源的投射到对端设备,并支持双端的播控。 28北向接入可参考[Sample](https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/Media/AVSession)。 29 30## 相关仓 31 32[castengine_cast_framework](https://gitee.com/openharmony-sig/castengine_cast_framework) 33 34[castengine_wifi_display](https://gitee.com/openharmony-sig/castengine_wifi_display) 35 36[castengine_dlna](https://gitee.com/openharmony-sig/castengine_dlna)