I'm use Chrome 47 with player
http://shaka-player-demo.appspot.com/ to do testing.
My
content is encrypted with CENC which support 8 and 16 bytes IV in spec.
We used default 8 bytes IV size and It is work well in Windows Server
IE 11 for Playready DRM with same kid, key.
But for Chrome it throw out MEDIA_ERROR_DECODE error message.
Both encrypted fragment seems totally same after verified by MD5. I can find only difference is pssh data between this two DRM.
Do you know the browser's CDM support IV size? or where i can find this define.
Thanks!