Opening 2 NvVideoEncoders in O_NONBLOCK mode fails

Here is what the output looks like, just using 1 encoder in O_NONBLOCK mode works fine, and 2 encoders in blocking mode works fine

Opening in O_NONBLOCKING MODE 
NvMMLiteOpen : Block : BlockType = 8 
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 8 
892744264
842091865
NVMEDIA: H265 : Profile : 1 
Opening in O_NONBLOCKING MODE 
NvMMLiteOpen : Block : BlockType = 8 
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 8 
892744264
842091865
NVMEDIA: H265 : Profile : 1 
terminate called without an active exception
Aborted

Hi,
Is it possible to run in blocking mode for multiple encoding instances in your use-case? Suggest run this mode since it works fine.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.