You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using media3 (1.4.1) to play ClearKey’s CMAF videos. Since we want to be compatible with iOS AVPlayer (ClearKey + cbcs supported only), the CMAF test videos all use ClearKey + cbcs, but on media3 we find that an error occurs
Failed on decrypt, error description:Status(-8, EX_SERVICE_SPECIFIC): '4: {"cdmError":4,"errorMessage":"selected encryption mode is not supported by the ClearKey DRM Plugin"}
, and cannot be played normally. The official description only supports ClearKey + cenc.
I would like to ask if media3 will support CBCS in the future?
This is a limitation of the underlying DRM system in the Android platform. Please see the discussion here: google/ExoPlayer#7945. ExoPlayer can't add support as long as the platform doesn't support it.
Hi,
We are using media3 (1.4.1) to play ClearKey’s CMAF videos. Since we want to be compatible with iOS AVPlayer (ClearKey + cbcs supported only), the CMAF test videos all use ClearKey + cbcs, but on media3 we find that an error occurs
, and cannot be played normally. The official description only supports ClearKey + cenc.
I would like to ask if media3 will support CBCS in the future?
Test steps:
Test device
Pixel 9 Pro, Android OS 15
The text was updated successfully, but these errors were encountered: