iOS播放器 SDK 概述
Updated: 2025-03-20 10:57:33
Home
polyv-ios-media-player-sdk-demo
1 Introduction
This project is the Polyv iOS Player SDK Demo. (Project repository: Github)
This project only supports basic playback functionality. If you have additional business requirements, choose the appropriate SDK based on your needs:
- For live streaming features such as co-hosting, interaction, and chat rooms, you should integrate the Multi-Scene SDK
- For on-demand features such as downloading and uploading, you should integrate the VOD SDK
The file directory structure of the player project is as follows:
| -- PolyvVodScenes
| -- Common(通用工具类、UI组件)
| -- Modules (播放器皮肤UI组件、画中画控制)
| -- Resource (播放器皮肤资源)
| -- Scenes
| -- VodSence (长视频场景)
| -- FeedScene (Feed 流场景)
