Internal datastream error

Hardware Platform (Jetson )**
DeepStream Version 6.0
JetPack Version 4.6.2-b5**
TensorRT Version 8.2.1.9-1+cuda10.2

I am trying to run deepstream-testsr app using a rtsp link.

When I run it directly won the jetson nano, the application works fine and smart record videos get generated. However, when I try to run the same code remotely, it throws the below error.
command used - $ sudo ./deepstream-testsr-app

===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
H264: Profile = 66, Level = 0
NVMEDIA_ENC: bBlitMode is set to TRUE
0:01:14.094212454 25651 0xad84c00 WARN nvinfer gstnvinfer.cpp:2288:gst_nvinfer_output_loop: error: Internal data stream error.
0:01:14.094255319 25651 0xad84c00 WARN nvinfer gstnvinfer.cpp:2288:gst_nvinfer_output_loop: error: streaming stopped, reason error (-5)
ERROR from element primary-nvinference-engine: Internal data stream error.
Error details: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvinfer/gstnvinfer.cpp(2288): gst_nvinfer_output_loop (): /GstPipeline:dstest-sr-pipeline/GstNvInfer:primary-nvinference-engine:
streaming stopped, reason error (-5)
** ERROR: RunUserCallback:207: No video stream found
Returned, stopping playback
Deleting pipeline

Not sure whats going wrong. Please help.

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

How do you operate it by running the code remotely? Could you add the GST_DEBUG=3 before the cli like GST_DEBUG=3 ./deepstream-testsr-app

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.