Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Unsupported feature/library load error

KMedi
Beginner
688 Views

Hi Team,

To understand  Intel Media SDK api in details, started looking in to simple encode program. when i run  simple_encode application in Linux OS i am getting following error.

Unsupported feature/library load error. ./src/common_utils_linux.cpp 29

Unsupported feature/library load error. ./src/simple_encode.cpp 88

Above errors thrown while initialising a session.

mfxIMPL impl = options.values.impl;
    mfxVersion ver = { { 0, 1 } };
    MFXVideoSession session;

    sts = Initialize(impl, ver, &session, NULL);
    MSDK_CHECK_RESULT(sts, MFX_ERR_NONE, sts);

Thanks & Regards,

vittal

 

0 Kudos
1 Reply
Jiandong_Z_Intel
Employee
688 Views

Hi, 

I think you may want to make sure your hardware is supported in the release note.

https://software.intel.com/sites/default/files/media_server_studio_essentials_release_notes_linux.pdf

 

Thanks

Zachary 

0 Kudos
Reply