1-项目介绍
Updated: 2024-09-04 16:17:16
This project is the Polyv Android Player SDK Demo.
It only supports basic playback and advanced interactive features (see Player Supported Features). If you have additional business requirements, you should choose the corresponding SDK based on your needs:
- If you need live streaming features such as co-hosting, interaction, or chat rooms, you should integrate the Multi-Scene SDK.
- If you need on-demand features such as downloading or uploading, you should integrate the VOD SDK.
The file directory structure of the player project is as follows:
|-- demo
| |-- activity (各场景页面)
| `-- mock (demo模拟数据)
|-- scenes-single-video (长视频场景)
|-- scenes-feed-video (短视频场景)
`-- common
|-- ui (各场景通用的ui组件)
`-- utils (工具类库)
