Error running deepstream-app

I have a Jetson Nano.

I can successfully run the deepstream-test3 app with 5 IP cameras (RTSP streams). However the performance is not great - all cameras are set to 1080P 15fps.

I saw on a post on here that I should try and run with this configuration
source8_1080p_dec_infer-resnet_tracker_tiled_display_fp16_nano.txt

I’m not sure how to run deepstream-test3 with that configuration as all references to using that config seem to point to running the deepstream-app.

I’ve tried to run the deepstream-app with and without a config file specified and I receive the error:

“error while loading shared libraries: libgstrtspserver-1.0.so.0: cannot open shared object file: No such file or directory”

So two questions.

  1. Is it possible to run the deepstream-test3 app using that nano specific config?
  2. How do I get the deepstream-app to run?

Thanks

Ok this was my fault, I had skipped a step during the install:

sudo apt install
libssl1.0.0
libgstreamer1.0-0
gstreamer1.0-tools
gstreamer1.0-plugins-good
gstreamer1.0-plugins-bad
gstreamer1.0-plugins-ugly
gstreamer1.0-libav
libgstrtspserver-1.0-0
libjansson4

I am now going to try running with the nano config and see how I get on, will post here when I have tested

Performance now much better I have 5 RTSP streams running at 1080p 15fps without issue.