-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRM protected content Playback failed #1776
Comments
Do you mean the DRM content fails on both GearVR and Daydream? Looks like it's not just you. Here are related issue |
@bohuang3d : Playback fails on both GearVR and DayDream . It seems, the feature already requested long back. |
Workaround seem to revolve around security as well. Lowering the security settings may invite frame stutters. This work around found below hacks the Exoplayer. I don't know if that fits your requirement
|
@bohuang3d Thanks for the update. It seems your proposed workaround introduces non-secure codec, which in turn uses non-secure buffers while rendering. |
Hi,
I implemented video playback app for both Samsung VR and Google daydream headset using Exo Player. The clear content working fine on both headsets but when i play DRM content ExoPlayer throws "MediaCodecRenderer$DecoderInitializationException: Decoder init failed: OMX.Exynos.avc.dec.secure".
DayDream is already supporting the DRM content playback on the secure surface so if i built app using gearVrf the playback should success.
In forums i read that Samsung VR headset not yet supporting Secure content playback.
Please update me correct status for both Daydream and Samsung gear headset when app built using the gearvrf.
Thanks.
The text was updated successfully, but these errors were encountered: