[Live-devel] A reminder: LIVE555-based products and the LGPL

2015-06-24 Thread Ross Finlayson
Just a quick reminder that if you distribute a product (whether hardware or software; whether for pay or for free) that uses the open source “LIVE555 Streaming Media” software, you must abide by the conditions of the LGPL license. See http://live555.com/liveMedia/faq.html#copyright-and-

Re: [Live-devel] [PATCH] Fix buffering of multiple GET_PARAMETER responses

2015-06-24 Thread Ross Finlayson
Thanks for the report. I have just installed a new version (2015.06.24) of the “LIVE555 Streaming Media” code that should fix this. (My fix was a bit different from yours. I added an extra ‘end of body pointer’ parameter to “handleGET_PARAMETERResponse()”, and modified that routine instead.)

Re: [Live-devel] New version of the "LIVE555 Streaming Media" code - restructures the "RTPServer" class

2015-06-24 Thread Ross Finlayson
Thanks for the report. I have just installed a new version (2015.06.24) of the “LIVE555 Streaming Media” code that should fix this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com htt

Re: [Live-devel] [vlc-devel] RTSP: Failure to recover from long PAUSE

2015-06-24 Thread Paul Clark
[Switched from vlc-devel because this part really is just live555-specific] On 24/06/15 14:26, Ross Finlayson wrote: That’s odd. I tested against a MP3 stream (file), and in that case VLC sent a “PAUSE” command when I clicked the pause button. But it didn’t when I tried streaming from a MPEG

[Live-devel] [PATCH] Fix buffering of multiple GET_PARAMETER responses

2015-06-24 Thread Paul Clark
Abstruse case triggered by a VLC live555 module bug, in which doEventLoop() is not called during PAUSE, causing GET_PARAMETER responses to get stacked up. When PLAY starts again the parsing of these responses then fails because handleGET_PARAMETERResponse() trims the entire buffer rather than jus

[Live-devel] New version of the "LIVE555 Streaming Media" code - restructures the "RTPServer" class

2015-06-24 Thread BENNE Christophe
Hi Ross, I would like to report a problem since I upgraded to live 2015.06.11 and higher. I experienced crashes when releasing a RTSPServer which has client connections. It happens in the GenericMediaServer destructor, connections destructor invokes RTSPServer code but this part of the object i