Hi all,
I have installed Media SDK 2015 R2 (Production) both on Ubuntu 12.04 and Ubuntu 14.04 with kernel 3.2.0-41-generic. I try to run sample `sample_decode_drm`:
./sample_decode_drm h264 -i data.h264 -o out.yuv -hw
but it fails with next error:
libva info: VA-API version 0.34.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_0_32 libva info: va_openDriver() returns 0 Return on error: error code -3, /home/msdk/mdp_msdk-samples/samples/sample_decode/src/pipeline_decode.cpp 588 Return on error: error code -3, /home/msdk/mdp_msdk-samples/samples/sample_decode/src/pipeline_decode.cpp 258 Return on error: error code 1, /home/msdk/mdp_msdk-samples/samples/sample_decode/src/sample_decode.cpp 341
Same result occured after samples recompilation.
My HW: Laptop Lenovo Thinkpad T520 with Intel Core i7-3940XM,
lspci output:
$ lspci -nn | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
lsmod output:
$ lsmod i915 471207 1 drm_kms_helper 46585 1 i915 drm 236680 2 i915,drm_kms_helper i2c_algo_bit 13423 1 i915 video 19651 1 i915
I install SDK with dpkg:
$ dpkg -l | grep intel ii intel-linux-media-dev-ubuntu 16.3.2.1.26973 Dev package of An Intel implementation of the DRI driver. ii intel-linux-media-runtime-ubuntu 16.3.2.1.26973 An Intel implementation of the DRI driver - DRM backend. hi libdrm-intel1 2.4.52-1~precise1 Userspace interface to intel-specific kernel DRM services -- runtime
Thanks for any help!
PS In which file I need to enter the product key?