[Live-devel] RTSP server hang

2010-06-04 Thread Jeremy Noring
Under load, I'm noticing our RTSP server occasionally hangs in this location: static int blockUntilReadable(UsageEnvironment& env, int socket, struct timeval* timeout) { int result = -1; do { fd_set rd_set; FD_ZERO(&rd_set); if (socket < 0) break; FD_SET((unsi

Re: [Live-devel] segmentation fault with latest version

2010-06-04 Thread Ross Finlayson
I tried to use vlc with the latest version. I thought it would work as you say it is backward compatible, but I have a segmentation fault. I think the line 136 in RTSPClient.cpp is buggy because if parameterName is NULL, sprintf segfaults. Oops, yes - my mistake. This will be fixed in the next

[Live-devel] segmentation fault with latest version

2010-06-04 Thread Sébastien Escudier
Hi I tried to use vlc with the latest version. I thought it would work as you say it is backward compatible, but I have a segmentation fault. I think the line 136 in RTSPClient.cpp is buggy because if parameterName is NULL, sprintf segfaults. Regards, Seb. Backtrace : #0 0xb7499e00 in strcp