DRm support for html5 player -


i trying run angular js application on mobile device html5 player video playback.

i know whether html5 supports drm default or there way support drm in html5.

regards, raj dugar

html5 supports drm through encrypted media extensions (eme) mechanism, in turn relies on media source extensions (mse) mechanism.

essentially, drm system provides content decryption module (cdm) built or added browser , accessed html5/javascript via eme decrypt , possibly playback encrypted media.

not browser support cdms - in general chrome supports widevine cdm, ms edge supports playready cdm , safari supports fairplay cdm. firefox supports adobe primetime , widevine cdm, although momentum seems latter.

you can read more eme here:

and spec here:


Comments

Popular posts from this blog

angular - Is it possible to get native element for formControl? -

unity3d - Rotate an object to face an opposite direction -

javascript - Why jQuery Select box change event is now working? -