[Live-devel] subject: unsubscription

2008-11-03 Thread Ralf Globisch
You need to unsubscribe yourself at http://lists.live555.com/mailman/listinfo/live-devel/ -- This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. The full disclaimer details can be found at http://www

[Live-devel] subject: unsubscription

2008-11-03 Thread kittisak
I would like to unsubscribe the information for development.. Thank a lot___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] QuickTimeFileSink SubsessionBuffer destructor

2008-11-03 Thread Ross Finlayson
Thanks. This will be fixed in the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] RTSPServer disconnects client session in incomingRequestHandler1 [Possible patch]

2008-11-03 Thread Ralf Globisch
Hi Ross, One of my colleagues Louis Joubert found that the socket descriptors never got deleted. I've included his mail below. He found the difference between Windows and Linux socket implementations: On Windows and it seems like the accept() call returns different socket descriptors/handles

[Live-devel] QuickTimeFileSink SubsessionBuffer destructor

2008-11-03 Thread Pramod Bhagwat
Hi Ross, This is regarding SubsessionBuffer desctructor function present in QuickTimeFileSink.cpp. The code should be modified to "delete[] fData" since fData is an array and tools like valgrind complain saying "Mismatched free() / delete / delete []". Warm Regards, pramod