1-项目介绍
Updated: 2024-05-29 15:16:11
This project only supports basic playback functions and advanced interactive features (including immersive viewing and picture-in-picture viewing). If you have additional business function requirements, you should select the corresponding SDK as needed:
- If you need live streaming-related features such as co-hosting, interaction, or chat rooms, you should integrate the Multi-Scene SDK
- If you need on-demand related features such as downloading or uploading, you should integrate the On-Demand SDK
The file directory structure of the player project is as follows:
|-- PLViOSMediaPlayerDemo
|-- PolyvVodScenes
|-- Scenes
| |-- FeedScene (短视频场景)
| |-- VodScene(长视频场景)
| |-- Modules/Media
| `-- Resource
`-- Common
|-- GeneralUI (各场景通用的ui组件)
`-- Utils (工具类库)
