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.