You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sagneun
changed the title
child process killed by something
child process killed by pare error.
Mar 10, 2022
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?
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.
The text was updated successfully, but these errors were encountered: