How to decode several H265 streams in a decoder?

I want to decode several H265 streams in one thread. Similarly select(dec_fd+1…). Can the multimedia_api do it?

Hi,
For each h265 stream we would need to create one NvVideoDecoder, so it is better to run single NvVideoDecoder in one thread. Decoding multiple H265 streams though single NvVideoDecoder is not supported.

1 Like

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