- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi all,
I'm using Intel Media SDK and I want to know if it is possible to initializate two or more MfxVideoEncoders to be used at the same time... Currently, I can create one correctly but when the second is going to be created I get an error on the Init call returning a MFX_ERR_DEVICE_FAILED and I would like to know if this error is being or could be caused due to I have a MfxVideoEncoder already created.
Thanks in advance!
Fernando B.
Link Copied
- « Previous
-
- 1
- 2
- Next »
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Again,
Now the problem is reproduced creating several Decoders in hardware mode using video memory.
It is strange, I create 4 decoders and only works the last one of they... the orders returns devide failed (-17) when they want to decode a frame, initialize etc works without any problem only returns error on DecodeFrameAsync.
The decoders have all different sessions.
Any tip about this?
Attached you can find the code. it can be added to the simple_decoder_vmem example.
Regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Fernando,
Sorry to reply late. I tried your code, and was not able to reproduce the problem you mentioned above. Actually I could not even decode one stream, there is problem reading the source file in the code attached above. I basically replaced simple_decode_vmem.cpp in the tutorial with your code, it built successfully, but just failed in reading memory when executed. For now I can not tell why 4 decoders failed, since for me, even 1 decoder failed. Is the multiple decoders problem the same as the multiple encoders problem mentioned at the beginning of this thread? If possible, you can send your executable code by PM, so we can further investigate it. Thanks!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
-
- 1
- 2
- Next »