This topic describes how to apply for the online trial of ApsaraVideo Player SDK for Web and obtain the demo source code.
Demo for desktop browsers
ApsaraVideo Player SDK for Web provides a visualized online trial. You can apply for an online trial on the Online Settings page. You can configure basic playback features and set the UI layout online. After you complete the configurations, code is generated for both the HTML5 player and Flash player.
If you use the HTML5 player to play live streams, the streaming URL must be in the Flash Video (FLV) format. You cannot use streaming URLs that are in the Real-Time Messaging Protocol (RTMP) format.
Demo for mobile devices
To obtain the demo for mobile browsers, use the DingTalk app on your mobile device to scan the following QR code.
On Android devices, the internal browsers in WeChat and QQ may modify the settings of ApsaraVideo Player SDK without your authorization or knowledge. In this case, specific features of ApsaraVideo Player SDK cannot be used.
Feature source code
You can use the features of ApsaraVideo Player SDK for Web and view the corresponding source code on the Functions page of the Aliplayer website. For more information about the basic features, components, and advanced features, visit the Functions page.
Demo source code for Vue
ApsaraVideo Player SDK for Web provides demo source code for you to integrate the SDK with the Vue framework.
You can visit GitHub to download the demo.
WeChat mini programs
A WeChat mini program lacks DOM API and BOM API. In this case, specific libraries that are commonly used in frontend development, such as jQuery and Zepto, cannot be loaded in a WeChat mini program. Similarly, ApsaraVideo Player SDK for Web, which relies on the support of browsers, cannot be run in a WeChat mini program. Therefore, you must use the default video component that is provided by a WeChat mini program to play videos. For more information, visit vod-mini-program.
uni-app
uni-app is a framework that uses Vue 2 and Vue 3 to develop applications. It is compatible with multiple devices across multiple platforms. ApsaraVideo Player SDK for Web depends on the native Web APIs of browsers and can run only on web clients and app-vue based on renderjs.
You can use only the script tag to integrate ApsaraVideo Player SDK for Web. You can dynamically add tags to integrate uni-app. Sample code: