sahilparekh / GStreamer-Python

Fetch RTSP Stream using GStreamer in Python and get image in Numpy
MIT License
124 stars 36 forks source link

child process killed by pare error. #8

Open sagneun opened 2 years ago

sagneun commented 2 years ago

Hello, I have 11 child-processes and 1 parent-process. Child-processes are exist for streaming each eleven cameras and the parent-process makes and runs child-processes. Some processes in 11 processes were killed by parse error.

I'm getting the following error :

Error received from element m_rtspsrc: gst-resource-error-quark: Could not read from resource. (9) Debugging information: gstrtspsrc.c(5216): gst_rtspsrc_loop_interleaved (): /GstPipeline:pipeline0/GstRTSPSrc:m_rtspsrc: Could not receive message. (Parse error) terminating cam pipe Stopping CAM Stream by main process

Anybody can you tell me how to solve this? Any information would be appreciated. Thanks in advance.

sahilparekh commented 2 years ago

Sorry, I have not experienced with 11 cams, though I have used it for 5 in my IoT projects. Can you share your config and screenshot of 'top command while running your program?