Re: [Live-devel] ProxyServerMediaSession Questions

2013-04-22 Thread Ross Finlayson
Subhankar, Thanks for the note. > Question#1: When we close our server, we do not see the RTCP BYE being sent > to the downstream clients viewing the streams from the server. Is this an > issue with ‘deleteServerMediaSession’? Yes, there was a minor bug in our RTSP server implementation that w

[Live-devel] Warning: The old 'synchronous' "RTSPClient" interface will be removed, starting on June 1st, 2013

2013-04-22 Thread Ross Finlayson
On June 1st, 2013, it will be just over three years since the "RTSPClient" class was changed to use an asynchronous (i.e., non-blocking) interface (and more than 15 months since the old 'synchronous' "RTSPClient" interface was defined, by default, in the code). Starting on that date, the old sy

Re: [Live-devel] Feature Requests

2013-04-22 Thread Ross Finlayson
>> First a confession. Every update I modify Boolean.hh. The addition of >> || (defined(_MSC_VER) && _MSC_VER >= 1400)// MSVC++ 8.0, Visual >> Studio 2005 and higher >> >> On line 19 some time ago. always breaks my build. > > I made this change in May 2012 because someone noted that "MS

Re: [Live-devel] decodeURL error

2013-04-22 Thread Ross Finlayson
> Could you please fix this in next releases? Oops - my mistake. This is fixed in version 2013.04.22, released now. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live55

[Live-devel] decodeURL error

2013-04-22 Thread Conchi Abasolo
Hello, After seeing a strange behaviour of the library decoding '%' sequences in RTSP URL stream names, it seems to be an error in the decodeURL method at RTSPCommon.cpp You can see the following sentences at the code: // We saw a % followed by 2 hex digits, so we copy the literal hex value into

[Live-devel] ProxyServerMediaSession Questions

2013-04-22 Thread Subhankar Saha
Hello, I sincerely apologize if the following questions have been asked before here. If these have been asked and answered, I will be very grateful if someone can point me to appropriate discussion thread(s). We are trying to build a system that acts like multi-channel encoder - it accepts RTS

Re: [Live-devel] Concurrent streaming in Live555 Media Server

2013-04-22 Thread Szoke
Thanks Ross, Reading the documentation, I didn't catch that the -b option was also impacting the H264 File Sink class. Stan On 22/04/2013 09:17, Ross Finlayson wrote: Testing openRTSP to get the video and audio streams showed that the input buffer of 100 kB was too small. After downloading

Re: [Live-devel] Concurrent streaming in Live555 Media Server

2013-04-22 Thread Ross Finlayson
> Testing openRTSP to get the video and audio streams showed that the input > buffer of 100 kB was too small. > After downloading the live555 source code, rebuilding openRTSP with bigger > buffers FYI, you don't need to 'rebuild' the "openRTSP" code to get this. "openRTSP" already has a comman

Re: [Live-devel] Concurrent streaming in Live555 Media Server

2013-04-22 Thread Szoke
Hi everyone, Sorry for such a long message, but a short presentation may interest some of you. I'm following this list for years, as I am involved in a project using IP cameras to film wildlife (bird nesting, can be seen on http://www.solon.be/category/la-cigogne-noire/) We are using very-lo