javascript - Playing DRM Mpeg-DASH video with VideoJS -


i'm building website use videojs 5 play dash videos. while player plays pure dash videos fine i'm having problems playing widevine drm encrypted dash videos. video source defined below;

player.src({"type": videotype, "src": urlofvideosource , "keysystemoptions": [{     "name": "com.widevine.alpha",     "options": {"licenseurl": "https://proxy.uat.widevine.com/proxy"}   }]});   

the strange thing when play file: (https://bitdash-a.akamaihd.net/content/art-of-motion_drm/mpds/11331.mpd) player plays fine. when try play (http://html5.cablelabs.com:8100/cenc/wv/dash.mpd) player return me 'post 403 error. both drm encrypted.

none of cablelabs test content widevine videos dashif website working player currently.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -