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((uns
I am using Live555 libraries to stream H264 video provided by a
frame grabber, via RTP (not RTSP).
I use VLC and VLC activeX as a RTP/H264 client.
Sometimes, I need to change the camera used by the framegrabber, so
I close the RTP sink, the framer, the source, and I open them again
with the ne
I am not a casual hobbiest.I am using gmail id because My Official
mail-id is not accessible from home. I access Live555 mails from
home also. But if you want I will subscribe to the live555 mailing
list using my official id.
Yes, if you want to be taken seriously on this mailing list, you
sh