Decoding multiple h264 video streams using single decoder

Can we decode multiple h264 video streams using single decoder? I tried to implement that but getting overlapped frames.

Single decoder cannot be used to decode multiple video streams, you will need one decode instance per video stream. Sample ‘AppDecMultiFiles’ from the latest SDK 9.0 demonstrates how to achieve that.

Is there any way to achieve that?

Sorry, this is not possible. Can you help me understand why one decoder per stream is not feasible for you to implement?

I need to decode 200 video streams and my GPU has 8GB RAM.That’s why.