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.
3069 Discussions

DecodeFrameAsync() return MFX_ERR_DEVICE_FAILED (-17)

parksh
New Contributor I
787 Views

Hello

 

We have been using 'Intel Media SDK 2014 R2 Windows Server' H264 Hardware Encode/Decode within our own video communications software application.
I used Server spec 11th Gen Intel(R) Core(TM) i7-11700.
OS Windows 10, Setup oneVPL, oneVPL-cpu Installed

 

https://github.com/oneapi-src/oneVPL/tree/master/tools/legacy/sample_multi_transcode

We migrated our software application to oneVPL by referring to the sample above.

 

But when calling DecodeOneFrame -> m_pmfxDEC->DecodeFrameAsync() function, MFX_ERR_DEVICE_FAILED (-17) error occurs

If you run the sample_multi_transcode provided by the oneVPL install version, it will be processed normally.

 

The form that our software application processes is a little different, but I think it is the same as the sample.

sInputParams, DecodeParam, EncodeParam --> samples vs our own software application all have the same param values.

 

The same error occurs even if sample source pipeline_trasncode.h/pipeline_trasncode.cpp is used in our own software application.

 

Any hints why the error only occurs in our own software application?

Thanks in advance for your reply

0 Kudos
1 Solution
parksh
New Contributor I
776 Views

I found the cause and fixed it myself.

 

m_pmfxSession->SetHandle()
function call was not made

 

Couldn't find how to delete a post

I'm sorry

View solution in original post

0 Kudos
2 Replies
parksh
New Contributor I
777 Views

I found the cause and fixed it myself.

 

m_pmfxSession->SetHandle()
function call was not made

 

Couldn't find how to delete a post

I'm sorry

0 Kudos
Rahila_T_Intel
Employee
743 Views

Hi,


Thanks for posting in Intel Communities. 


Glad to know that your issue is resolved. Thanks for sharing the solution with us. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Thanks



0 Kudos
Reply