ncloud-vpe
v0.1.9
Published
Ncloud Video Player Enhancement
Downloads
1,008
Readme
NAVER CLOUD PLATFORM Video Player Enhancement
NAVER CLOUD PLATFORM 에서 제공중인 Video Player Enhancement(VPE)는 다양한 환경에서 동영상을 재생할 수 있는 플레이어를 제공합니다. VPE는 다음과 같은 기능을 제공합니다.
상품 소개 바로가기 : VPE
가이드 문서 : [VPE 가이드] (https://vpe.sgrsoft.com/)
실행방법
$ npm i ncloud-vpe
사용방법
import ncplayer from "ncloud-vpe";
new ncplayer("video", "{라이선스키}", {
playlist: [
{
file: "https://CDN도메인/example_video_01.mp4",
poster: "https://CDN도메인/example_video_01.png",
},
],
muted: true,
loop: true,
autostart: true,
});