openharmony_ci 259c79910f !25 【轻量级 PR】:空指针漏洞修复
Merge pull request !25 from subcakewei/N/A
2025-06-06 04:57:26 +00:00
2024-01-12 11:52:54 +08:00
2025-06-05 12:04:02 +00:00
2024-01-23 17:06:38 +08:00
2023-12-21 19:11:03 +08:00
2023-12-21 19:11:03 +08:00
2023-12-21 19:11:03 +08:00

Cast+ Stream module

Introduction

Cast+ Stream module: The main function is to achieve the projection of media resources to the opposite device and support dual end playback control.

Directory Structure

/foundation/CastEngine/castengine_cast_plus_stream  # Cast+ Stream模块业务代码
├── include                            # include file
├── src                                # source code
├── LICENSE                            # Certificate file
├── BUILD.gn                           # Compilation Entry
└── test                               # test code

Compilation and Building

# 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.
hb build cast

Usage

For details, seeSample

Repositories Involved

castengine_cast_framework

castengine_wifi_display

castengine_dlna

hdc shell hilog -p off hdc shell hilog -Q pidoff hdc shell hilog -Q domainoff hdc shell hilog -b D -D 0xD004601 hdc shell hilog -b D -D 0xD002B00 hdc shell hilog -b D -D 0xD00ff00 hdc shell hilog -b D -D 0xD002b2b hdc shell hilog -b D -D 0xD003900 hdc shell hilog -b D -D 0xD0015c0 hdc shell hilog -b D -D 0x001b hdc shell hilog -b X hdc shell hilog -G 512M

S
Description
暂无描述
Readme 844 KiB
Languages
C++ 100%