Hi, I am using testOnDemandRTSPServer to stream a sensor video.I get streaming good on wifi (wifi module on USB interface)for few minutes and after that streamer process gets killed due to SIGKILL
I used strace tool to trace, what is causing it. Details: When I run testOnDemandRTSPServer, 4 processes of testOnDemandRTSPServer are created The second process in the order of increasing process id's continuously calls poll() and getpid() system calls,after some time ,it calls kill() with SIGKILL to other testOnDemandRTSPServer processes. Could you help me resolve when it can occur and prevent this issue. I am using Embedded Linux, Ubuntu 2.6.9
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel