form the screenshot, the outrtsp url is rtsp://localhost:9554/ds-test, can the player play this url well? if not, could you share the 1.log after running the following cmd?
from the error “Failed to connect. (Generic error)”, it should be the network issue.
can you play the url on the same device running the deepstream-app?
without any code and cfg modifications, I can’t reproduce this issue in DS7.1 docker container. Here are my logs. testurl-log.txt (943 Bytes). app-log.txt (4.4 KB)
To narrow down this issue, without any code and cfg modifications, can you reproduce this issue? Thanks!
While ingest .mp4 i can able to get the same response,
I am using local RTSP server with port 8554 ( rtsp://localhost:8554/mystream ) facing the issue even changed the port in the deepstream code.
do the python code and gst-launch run in the docker container?
please don’t modify the code and cfg first. run “python3 deepstream_test1_rtsp_in_rtsp_out.py -i file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.mp4 -g nvinfer” , then run “gst-launch-1.0 uridecodebin uri=rtsp://localhost:8554/ds-test ! fakesink”. can gst-launch-1.0 cmd run well? can vlc or ffplay play rtsp://localhost:8554/ds-test well?
if still can’t work, could you share the result of “netstat -anp |grep 8554”?
resnet10.caffemodel is substituted by resnet18_trafficcamnet_pruned.onnx. plese use the cfg /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-test1/dstest1_pgie_config.txt n Deepstream7.1.