Go to file
曹娟娟 eedd34085a
SR20231206449177
Signed-off-by: 曹娟娟 <caojuanjuan1@h-partners.com>
2024-04-09 06:53:17 +00:00
client 适配64位 2024-04-01 04:32:12 +00:00
common update build.gn 2024-01-20 22:18:57 +08:00
etc/init update build.gn 2024-01-20 22:18:57 +08:00
interfaces SR20231206449177 2024-04-09 06:53:17 +00:00
sa_profile update build.gn 2024-01-20 22:18:57 +08:00
service SR20231206449177 2024-04-09 06:53:17 +00:00
BUILD.gn 更新信息 2024-01-17 23:10:32 +08:00
bundle.json surface依赖整改 2024-01-23 17:08:54 +08:00
cast_engine.gni 更新信息 2024-01-17 23:10:32 +08:00
hisysevent.yaml 更新信息 2024-01-17 23:10:32 +08:00
LICENSE update 2023-12-21 19:08:59 +08:00
README_zh.md update 2023-12-21 19:08:59 +08:00
README.md update 2023-12-21 19:08:59 +08:00

castengine_cast_framework

Introduction

Provide audio and video broadcasting capabilities with adaptive Cast+Stream, Wi Fi Display, and DLNA protocols, providing a unified interface and normalized experience for north-south developers.

Directory Structure

/foundation/CastEngine/castengine_cast_framework
├── clinet                             # Implementation on the client side
├── common                             # common code
├── etc                                # SA profile file
├── interfaces                         # Inner api
├── sa_profile                         # SA profile
├── service                            # Implementation on the service side
├── LICENSE                            # Certificate file
├── BUILD.gn                           # Compilation Entry
├── test                               # test code
└── bundle.json                        # Component description file

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_plus_stream

castengine_wifi_display

castengine_dlna