최신 업데이트:2022-10-27 10:07:21
Support to obtain video playback address, including adaptive code, video url (including multi-definition url)
Enter video page -> select a video, click the codes, and the pop-up window is as follows:
The adaptive code uses [Default Player] by default. If you modify the configuration of online player functions (autoplay, watermark, cover, advertisement, etc.), please refer to Preferences -> Players.
Support to obtain the playback code through the server-side API interface. For details, see OpenAPI interface: Get the playback code.
Web page embedding adaptive code solution: After obtaining the adaptive code, embed it into the customer’s own web page through an iframe method. For details, please refer to the HTML < iframe> tag. Examples are as follows:
dcc
https://cloudv.cdnetworks.com/player/auto-play.action?videoId=13ac06ec01841000bba6bc1d00000000&userId=7A83139A60E3E5B2FFD3E6D3FEFC1C2F&playerType=11&language=2
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body> <div > <iframe src="https://cloudv.cdnetworks.com/player/auto-play.action?videoId=5f4adeff01791000ab4a009800000000&userId=7A83139A60E3E5B2FFD3E6D3FEFC1C2F&playerType=11" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe> </div></body></html>