<div dir="ltr">Hello everyone. I am new to gstreamer. With some research I can connect to my IP camera (vivotek fe8171v) with the command:<div><br></div><div>gst-launch-1.0 rtspsrc location=rtsp://<a href="http://192.168.137.100:554/live4.sdp">192.168.137.100:554/live4.sdp</a> latency=0 udp-reconnect=TRUE do-rtsp-keep-alive=true ! rtph264depay ! avdec_h264 ! videoconvert ! osxvideosink<br></div><div><br></div><div>I can restream the video on my computer but after a while it returns:</div><div><br></div><div><div>gstrtspsrc.c(4705): gst_rtspsrc_loop_udp (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:</div><div>The server closed the connection.</div></div><div><div><br></div></div><div>then pipeline0 receives eos message and quits. Rtspsrc's page says do-rtsp-keep-alive might be incompatible with some old server but problem remained even if I turn it to false. </div><div><br></div><div>What's the problem? Thank you.</div><div><br></div><div><br></div></div>