Rtsp stream as an input giving generic error

So it is not deepstream problem. It is just a gstreamer rtsp connection problem. The error shows rtspsrc request to access the source from server, but there is no correct response from the server. Please check your rtsp server setting first.

If you are using rtspsrc plugin to get the stream, one way is to set “debug” property of rtspsrc plugin as TRUE(rtspsrc), then you can analysis the information according to RFC 2326: Real Time Streaming Protocol (RTSP). Any more information, please refer to the information for rtsp protocol with internet.
There are also a lot of open source rtsp analysis tools such as wireshark (Wireshark · Download) which can help to analysis the rtsp requests and response.