<div dir="ltr">Hi,<div><br></div><div>I&#39;m working on a system that needs to stream a video from Panasonic cameras (BL-C101A&#39;s). It streams rtsp over http, and I&#39;m trying to play it with gst-launch by using:</div>
<div>&quot;gst-launch -v rtspsrc location=rtsp://&lt;ip&gt;/nphMpeg4/nil-320x240 debug=true protocols=10 ! rtpmp4vdepay ! ffdec_mpeg4 ! queue ! ffmpegcolorspace ! autovideosink&quot;</div><div><br></div><div>When I do this, it plays 10 seconds on average (somtimes 1 second, sometimes 30), and then it crashes saying </div>
<div>&quot;WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not read from resource.                                                                         </div><div>Additional debug info:                                                                                                                                                  </div>
<div>gstrtspsrc.c(3433): gst_rtspsrc_loop_udp (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:                                                                                </div><div>The server closed the connection.                                                                                                                                       </div>
<div>ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not read from resource.                                                                           </div><div>Additional debug info:                                                                                                                                                  </div>
<div>gstrtspsrc.c(3540): gst_rtspsrc_loop_udp (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:</div><div>Could not receive message. (Network error: Resolver Error 0 (no error))&quot;.</div><div><br></div><div>I don&#39;t believe it&#39;s the server (camera) that closes the connection since there is an old home-grown plugin here that works with an old version of gstreamer that can play it well (which is also a component we are trying to remove from the system).</div>
<div><br></div><div>Am I doing something wrong?</div><div>Any help would be very much appreciated.</div><div><br></div><div>Thanks,</div><div>   Tomer</div></div>