Issues running multiple streams with deepstream on a Jetson nano?

I am currently trying to run multiple streams on the nano using the deepstream-test3-app. But every time I run I get a laggy output where it looks like a lot of frames are being dropped. And when we look at the video on youtube we see 8 streams running smoothly. And I have made zero changes, I am trying to run the stock app. It looks like the nano is unable to handle multiple streams. Any idea why this could be happening?

Hi,
Please check again after running

sudo nvpmodel -m 0
sudo jetson_clocks

To get best performance

Thanks

Hi,
Yes I did try running those commands on a jetson nano and compiled and ran the deepstream-test-3 app and the results are the same. Is there anything else that could be done?

Thanks.

Hi,
Can you try using file sinks to rule out network issues?
+
Check out this post
https://devtalk.nvidia.com/default/topic/1062889/deepstream-sdk/default-video-playback-for-the-quot-deepstream-test3-app-quot-in-deepstream-4-0-not-working/

Thanks