Skip to content

PlayReady DRM fixes for SmartTVs

Created by: epiclabsDASH

Add changes to KeySystemPlayReady to make it compatible with some SmartTVs that don't pass an XML doc with a challenge in the key message but the challenge itself.

Add triggering session creation and close events for ProtectionModel01b, as we are doing for all the other models. Catch exceptions when calling closeKeySession of ProtectionModel01b, as there are some devices (ex: LG SmartTVs) which raise exceptions when trying to close a session after the source being unloaded.

Merge request reports