libva icon indicating copy to clipboard operation
libva copied to clipboard

will libva support DRM(digital right management) function?

Open StarsGreen opened this issue 2 years ago • 3 comments

I have a question whether libva will add interface tot support DRM funciont to implement media content protection using GPU hardware as playready in windows。

StarsGreen avatar Jun 07 '22 09:06 StarsGreen

it already support , please refer http://intel.github.io/libva/group__api__prot.html

XinfengZhang avatar Jun 10 '22 07:06 XinfengZhang

Is there a known DRM standard (widevine and alikes) using the libva DRM API already ? Is the https://github.com/intel/hdcp project still relevant ?

Also is there a way to demonstrate the DRM functionality (without having a DRM protection standard involved) ?

kwizart avatar Jun 14 '22 13:06 kwizart

Is there a known DRM standard (widevine and alikes) using the libva DRM API already ? Is the https://github.com/intel/hdcp project still relevant ?

Also is there a way to demonstrate the DRM functionality (without having a DRM protection standard involved) ?

for now, famous framework ffmpeg has not using va2.11 and newer version ,so demo using libva DRM api may be difficult to find but the pipeline is introduced in many words,you can review it in va_pro.h, in additon, the newest intel opensource driver has not implement DRM api,so I have a lot of doubt that it will be useful even if you use it correctly to do something。

StarsGreen avatar Jun 30 '22 08:06 StarsGreen