安卓播放器 SDK 概述
Updated: 2026-01-16 14:17:55
Android Player SDK
1 Introduction
This project is the Polyv Android Player SDK Demo. (Project address: GitHub)
This project only supports basic playback and advanced interactive features (see Player Supported Features). If you have additional business requirements, you should choose the appropriate 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 (工具类库)
2 Demo Experience
Demo Download Link (Password: polyv)
