Introduction

更新时间:
复制 MD 格式

This topic introduces the short video miniapp and explains how to build it.

Short video miniapp

The short video miniapp provides a WeChat mini program Software Development Kit (SDK). The SDK supports features such as video playback and upload. For more information, see Upload files using the WeChat mini program SDK.

The short video miniapp and the short video solution share a backend and a web console. They integrate with the miniapp frontend to enable features such as video retrieval, playback, upload, review, and recommendation. You can configure the backend and console of the short video solution. For more information, see Server-side integration and Console integration.

Implementation flow

The following figure shows the implementation flow:实现流程
StepOperationDescription
1Activate and configure VODActivate and configure VOD before you build the server-side for the short video solution.
2Activate and configure ECSBuild the demo server-side on an ECS server. To do this, you must activate and configure ECS.
3Server-side integrationAfter activating and configuring VOD and ECS, build the server-side for the short video solution.
4Console integrationAfter building the server-side, build the management console for the short video solution to manage user-uploaded videos.
5Miniapp integrationAfter building the server-side and the console, build the miniapp frontend to play and upload videos.