from the error, it is because the client can’t get the response from the camera. can you try other protocol? for example, gst-launch-1.0 rtspsrc location=<my_rtsp_url> protocols=udp ! fakesink. if it still can’t work. I suggest using network capture tool to analyze the network interaction when playing using VLC.
It didn’t work with protocol udp either. What network capture tool do you recommend?Also, what should I look for when analyzing differences between the streams I can read and the one I can’t?
RTSP protocol is public. you can use wireshark to capture network packets. then analyze the RTSP interaction. for example, what the client send, when the client receive. why using VLC is fine.
In this RTSP stream I can’t read, I am acessing the cameras through a DVR. In the ones I can read, I am accessing them directly. Is there any difference to a GStreamer pipeline or additional steps I have to take when acessing the camera through DVR?
Sorry for the late reply, Is this still an DeepStream issue to support? Thanks! why did you remove gstreamer1.0-plugins-ugly? could you share the two RTSP addresses? wondering if there is any difference.
Not sure if I can share the rtsp streams, I did remove the lib because I saw someone doing it here Dahua ip camera with jetson nano - #3 by junshengy . It might be an issue with the camera but I found it really strange. It worked on my notebook with that lib but I had to remove it for it to work on jetson. I just wanted more details of what might be causing this.
from the error, it is RTSP protocol interaction issue, not a DeepStream issue. I suggest using network capture tool to analyze the network interaction when playing using VLC and gstreamer. why is play by VLC fine?
I found a workaround. It doesn’t seem to be a Deepstream issue, it probably is related to camera vendor. I hope I don’t have any more problems with these cameras. What cameras do Deepstream devs use to test rtsp features?Just in case I need to switch my cameras, I want to find cameras that are guaranteed to work with Deepstream.