Hello,
I am writing a video player for which I am using DirectX11 OPM to enable HDCP on the connected display device. I am using Nvidia 750TI graphics card for output. To authenticate the connected display device, I am reading the HDCP KSV of display using OPM_GET_CONNECTED_HDCP_DEVICE_INFORMATION with COPPCompatibleGetInformation on OpmVideoOutput and verifying it agains my list of authorised devices. It was working fine until one day I replaced the Nvidia 750TI with 1030GT.
On Nvidia 1030 GT, the COPPCompatibleGetInformation on OpmVideoOutput does not returns the HDCP KSV.
I am now clueless on how to proceed on this. Any help regarding this is appreciated.
Regards,
Vivek