<div dir="ltr">Hello,<div>   I am trying to stream video from multiple IP cameras and writing them to a named pipe. When I stream from one or two cameras everything works fine but when I increase the number of camers to 5 or 6 then it works for few seconds and then I get the following error: </div><div><br></div><div><div><font color="#ff0000">ERROR: from element /GstPipeline:pipeline0/GstFileSink:filesink0: Could not write to resource.</font></div><div><font color="#ff0000">Additional debug info:</font></div><div><font color="#ff0000">gstelements_private.c(317): gst_writev_buffers (): /GstPipeline:pipeline0/GstFileSink:filesink0:</font></div><div><font color="#ff0000">Error while writing to file descriptor 5: Broken pipe</font></div><div><font color="#ff0000">EOS on shutdown enabled -- waiting for EOS after Error</font></div><div><font color="#ff0000">Waiting for EOS...</font></div><div><font color="#ff0000">ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc2/GstUDPSrc:udpsrc7: Internal data stream error.</font></div><div><font color="#ff0000">Additional debug info:</font></div><div><font color="#ff0000">gstbasesrc.c(2950): gst_base_src_loop (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc2/GstUDPSrc:udpsrc7:</font></div><div><font color="#ff0000">streaming stopped, reason error (-5)</font></div></div><div><br></div><div>The first time it ran for a few hours before it stopped but everytime since then it stops after a few seconds. Also, the memory utilization after this "crash" keeps going (I have seen it go up from ~1.5% (when it is working fine) to up to 45% (I killed gst-launch-1.0 after that)</div><div><br></div><div>I use the following:</div><div><br></div><div><font color="#38761d">gst-launch-1.0 -e rtspsrc location=rtsp://<a href="http://192.168.0.221">192.168.0.221</a> ! rtph264depay ! mux. rtspsrc location=rtsp://<a href="http://192.168.0.222/1">192.168.0.222/1</a> !rtph264depay ! mux. rtspsrc location=rtsp://<a href="http://192.168.0.223/1">192.168.0.223/1</a> ! rtph264depay ! mux. rtspsrc location=rtsp://<a href="http://192.168.0.225/1">192.168.0.225/1</a> ! rtph264depay ! mux. rtspsrc location=rtsp://<a href="http://192.168.0.226/1">192.168.0.226/1</a> ! rtph264depay ! mux. rtspsrc location=rtsp://<a href="http://192.168.0.227/1">192.168.0.227/1</a> ! rtph264depay ! mux. mpegtsmux name=mux ! filesink location=videots</font><br></div><div><br></div><div>Please advise,</div><div>Regards,</div></div>