0.1.5 • Published 5 months ago

vpe-drm-helper v0.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

NAVER CLOUD PLATFORM Video Player Enhancement + One Click Multi DRM Helper

NAVER CLOUD PLATFORM 에서 제공중인 Video Player Enhancement 를 이용하여 One Click Multi DRM 손쉽게 연동할 수 있는 플러그인 입니다.

실행 방법

$ npm install ncp-drm-helper 

사용 방법

import vpeDrmHelper from 'vpe-drm-helper';    
//DRM Helper
const NDRM = new vpeDrmHelper();

NDRM.setUserId('test-user'); //사용자 아이디 설정
NDRM.setSiteId('SITEID'); //One Click Multi DRM Site ID 설정
NDRM.setApiKey('accessKey','secretKey'); //네이버클라우드 플랫폼 ACCESS KEY, SECRET KEY 설정

let drmSource = NDRM.drmSourceHelper({
    dash : '{DASH 재생소스}',
    hls : '{HLS 재생소스}',
},'{contentId}'); //contentId 필수 , VOD Station , LIVE Station 에서 확인 및 설정 가능

return drmSource;

VPE 연동하기

⚠️ 주의사항 : VPE SDK는 1.1.1 버전 이상을 사용해야 합니다.

window.player = null; document.addEventListener('DOMContentLoaded', async () => {

window.drmPlayer = await ncplayerDRM('player',{
    playlist:[
        {
            drm:drmSource, //DRM Helper에서 생성된 재생소스를 입력합니다.
            description:{
                title:"DRM 테스트",
                profile_name:"네이버클라우드",
                profile_image:"https://nnbkegvqsbcu5297614.cdn.ntruss.com/profile/202208/d127c8db642716d84b3201f1d152e52a.png",
            }
        },
    ],
    autostart:true,
    muted:true,
    progressBarColor:"#ff0000",
});

});

## 문의하기


SGRSOFT 개발팀  : dev@sgrsoft.com

채널톡 : https://sgrsoft.channel.io/home

영업 및 네이버클라우드 가입 문의 : biz@sgrsoft.com

SGRSOFT를 통하여 네이버클라우드 플랫폼 크래딧을 지원 받을 수 있습니다. (최대 300만원)
0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

6 months ago

0.1.0

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago