I'm working on an Android project where I need to play offline DRM-encrypted MPEG-DASH content with JWPlayer. DRM in used is Widevine. From different sources I e.g. this one: https://support.jwplayer.com/customer/portal/questions/17033158-jwplayer-offline-playback they said it is not possible
"If you could remove DRM as a requirement then that would indeed be a viable solution for you."
However, what if we can preload the license & the persistent key? If we can override JWPlayer's method to provide required license and keys to JWPlayer, will it work?