Video packet capture over multiple IP cameras
Posted
by nimals1986
on Stack Overflow
See other posts from Stack Overflow
or by nimals1986
Published on 2010-06-14T17:06:36Z
Indexed on
2010/06/15
5:52 UTC
Read the original article
Hit count: 433
c
Hello We are working on a C language application which is simple RTSP/RTP client to record video from Axis a number of Cameras . We launch a pthread for each of the camera which establishes the RTP session and begins to record the packets captured suing the recvfrom() call... A single camera single pthread records fine for well over a day without issues..
but testing with more cameras available,about 25(so 25 pthreads), the recording to file goes fine for like 15 to 20 mins and then the recording just stops ..the application still keeps running .. Its been over a month and a half we have been trying with varied implementations but nothing seems to help .. Please provide suggestions..
We are using CentOS 5 platform
© Stack Overflow or respective owner