Go to file
李自然 f1c98759bc
!42 更新超时时间
Merge pull request !42 from 李自然/N/A
2023-12-31 12:29:40 +00:00
client 支持图片投播 2023-12-30 18:26:23 +08:00
common 开启日志 2023-12-31 12:28:56 +00:00
etc/init 支持图片投播 2023-12-30 18:26:23 +08:00
interfaces update3 2023-12-30 20:06:13 +08:00
sa_profile update4 2023-12-30 21:00:36 +08:00
service 更新超时时间 2023-12-30 18:10:32 +00:00
BUILD.gn 支持图片投播 2023-12-30 18:26:23 +08:00
bundle.json 支持图片投播 2023-12-30 18:26:23 +08:00
cast_engine.gni 支持图片投播 2023-12-30 18:26:23 +08:00
hisysevent.yaml 支持图片投播 2023-12-30 18:26:23 +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