I have a deepstream pipeline where I am able to run a deepstream pipeline without any problem, but when I run the pipeline using live rtsp stream it fails to get the frames from the stream. I have checked the logs, here I have noticed that it connects with the rtsp stream without any issues but they problems starts after that.
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
• Hardware Platform (Jetson / GPU): NVIDIA Jetson Xavier NX - AVerMedia NX215
• DeepStream Version: 6.2
• JetPack Version (valid for Jetson only): 5.1
• TensorRT Version: 8.5.2.2
• Issue Type: Bug
Could you attach your whole pipeline and attach the logs?
trace.log (206.9 KB)
I have attached the log file.
I have attached another log file which was recorded GST_DEBUG=Level 4
Link: Google drive link
Could you try the pipeline below to see if your rtspsrc can display on the screen?
gst-launch-1.0 rtspsrc location=<your_rtsp_src> \
! rtph264depay ! h264parse ! avdec_h264 \
! videoconvert ! autovideosink
I was facing issues with avdec_h264 so I changed the pipeline to: gst-launch-1.0 rtspsrc location=<your_rtsp_src> ! rtph264depay ! h264parse ! nvv4l2decoder ! nvvidconv ! fakesink
Below the output i got,the command got stuck after that line.
This plugin cannot rule out whether the issue is related with the NV Gstreamer plugin or with the native Gstreamer plugin. Could you just run the pipeline below?
gst-launch-1.0 rtspsrc location=<your_rtsp_src> ! rtph264depay ! h264parse ! fakesink
-
Could you refer to our FAQ Build rtsp server to create a rtsp source to check if the problem related to your source?
-
You can try to upgrade your Jetpack and DeepStream to the latest version and try.
I am running the same pipeline on other jetson which have the specs, the pipeline is working fine on those its just this specific jetson that has been a problem to setup. So, I am sure that the RTSP stream is working as intended, I tried running the same rtsp stream with the current pipeline into another jetson where I didn’t faced any similar issues. I want to determine if this is due to any hardware components or a software issue.
P.S: I have already flashed the jetson once and still facing the problem.
Are the Jetpack and DeepStream versions of these two boards the same? What is the specific model of the other board?
I have attached a screenshot where left one is from the jetson where the pipeline is working, and the right one the jetson where the pipeline is not working.
This is weird. It seems that the model of your boards are exactly the same.
So could you attach the Jetpack version and DeepStream verison by the commands below?
$cat /etc/nv_tegra_release
$deepstream-app --version
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.


