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