直播鸿蒙 SDK 概述
Updated: 2026-06-26 17:25:34
polyv-harmony-livescenes-sdk-demo
Project URL
1 Introduction
This project is the Polyv Harmony multi-scenario demo.
It supports video playback, online chat, tipping, merchandise, interactive features, and more (see Multi-Scenario Feature List for details).
The file directory structure of the multi-scenario project is as follows:
|-- entry
| |-- ability
| | `-- PLVEntryAbility (SDK初始化)
| |-- pages
| | `-- PLVLoginPage (登录页)
| `-- startup (播放器初始化)
|-- scenes_live (直播带货场景模块)
| |-- pages (观看页)
| `-- components (功能组件)
`-- scenes_liveWatch (观看端场景模块)
|-- common (场景内通用组件)
|-- components (功能组件)
`-- pages (观看页)
2 Download & Installation
ohpm install @polyvharmony/live-scenes-sdk
