点播聚合页方案
On-Demand Aggregation Page
Based on the video player page, an entry point requires an on-demand video list aggregation page as a carrier. You can choose the appropriate solution based on your business scenario.
Solution 1 (SaaS)
Overview
Use Polyv's SaaS product aggregation page without development. Quickly build personalized display pages through visual operations, with freely draggable and combinable components to meet diverse operational needs.
Usage
Layout and arrange content through visual operations. For details, see: Aggregation Page User Guide

Notes
- Encrypted on-demand videos are not supported (use the PaaS integration solution instead)
- The playback page does not support replacing custom integration links (use the PaaS integration solution instead)
Solution 2 (PaaS)
Overview
Requires custom data sources, layout adjustments, and custom player pages for the on-demand video list aggregation page, involving a certain amount of development work.
Usage
On-demand aggregation page: Integrate with Polyv's on-demand video API to create a video list page.
On-demand playback page: Integrate with Polyv's on-demand JS-SDK to create a player page.
Based on the integration of the above API and JS-SDK, Polyv provides an on-demand aggregation page integration DEMO for developers' reference. For details, see: https://gitee.com/polyv_ef/polyv-frontend-demo/tree/master/vod-aggregate
Notes
- The sign in the DEMO example is generated on the frontend. In a production environment, it is recommended to generate it on the backend to prevent sensitive information leakage.
- For native scenarios, the usage principle is the same: the native side first integrates with the API to retrieve video data, creates a list page on its own, and then integrates with the on-demand SDK player.
