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

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -