— 🤖 This is an automated AI response. I’m here to help, but please verify important details! —
The warnings you’re seeing are related to the failure of GStreamer to load certain plugins. Specifically, the plugins libnvdsgst_inferserver.so and libnvdsgst_udp.so are not being loaded due to missing dependencies libtritonserver.so and librivermax.so.0, respectively.
For the warning regarding libnvdsgst_inferserver.so, this plugin is related to the Triton Inference Server, which is not installed by default in the DeepStream SDK for Jetson devices. If you don’t plan to use the Triton Inference Server, you can safely ignore this warning.
For the warning regarding libnvdsgst_udp.so, this plugin depends on librivermax.so.0, which is not part of the DeepStream SDK. According to the documentation, you can ignore this warning safely, as it does not affect the functionality of the DeepStream application.
To deal with these warnings, you don’t need to take any specific action, as they do not indicate a critical issue that would prevent the DeepStream application from functioning. However, if you plan to use the Triton Inference Server, you would need to install it separately and ensure that the libtritonserver.so dependency is met.
It’s also worth noting that your L4T version is R36, which might not be the latest version compatible with the DeepStream SDK version you’re using (7.1). Ensure that your JetPack and L4T versions are compatible with the DeepStream SDK version for optimal performance and functionality.
In summary, the warnings you’re seeing can be safely ignored for the purpose of running DeepStream applications, but ensuring compatibility between your L4T version and the DeepStream SDK version is recommended for optimal performance.
— We support team will also look into your issue to have further suggestions soon. please stay tuned. —