NVML multiple instance of NVDEC

Hi all,

I did this post: https://devtalk.nvidia.com/default/topic/997968/?comment=5101214 in CUDA Programming and Performance forum without obtaining an answer.

Some one can help me?

Thank you in advance
Paolo

You can’t have more than one decoder per context. Open multiple contexts. Threading may also be an issue. You have to provide more details.