We have a client requirement for Android Tablet application which will be used for Live Streaming to only allow HDCP compatible devices for mirroring. If non HDCP compliant device is connected application should block HDMI output mirroring. I have gone through android developer website and see that there is a drm api which can be used for content management but was not able to determine if same can be used for checking HDCP compliant.
Any tips on how we can implement this will be helpful.