Re: [Live-devel] [PATCH] BasicUsageEnvironment: Properly get socket error messages on Windows

2015-06-01 Thread Ross Finlayson
Thanks. This will be included 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

Re: [Live-devel] Closing Specific client in RTSPserver

2015-06-01 Thread Ross Finlayson
Sorry, but once you’ve made modifications to the supplied code, you can expect no support on this mailing list. Note, however, that the way to stop all streaming to a specific client is to delete the appropriate “RTSPServer::RTSPClientSession” object. (This is what the implementation of the RT

Re: [Live-devel] Bad performance with 4 or more clients at proxy server

2015-06-01 Thread Ross Finlayson
> Good guess, I am indeed running the vlc players at the same computer. > However, if I use multiple proxy servers and have one player per proxy server > it is running fine. In that case there are still multiple copies of vlc on > the same computer. What could be the explanation for this behavio

Re: [Live-devel] client port number at proxy server

2015-06-01 Thread Ross Finlayson
> The problem is, I have cameras in my network which have the same url suffix > (camera_stream_equal). How can I distinguish (from a clients point of view) > between these cameras? I guess the only way to make a difference is to give > both cameras a unique url suffix when registering? Yes, and

Re: [Live-devel] [External] Re: Support for 'Speed" Option on RTSP 'PLAY'

2015-06-01 Thread Kolavasi, Sarma BIS
First of all, thank you for the reply. Please see my comments embedded in the email below. Best Regards, Sarma Kolavasi UTC Building and Industrial Systems, 8310 Capital of TX Hwy N Austin, TX 78731 (W) 512.527.5932 From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ro

[Live-devel] [PATCH] BasicUsageEnvironment: Properly get socket error messages on Windows

2015-06-01 Thread Stas Tsymbalov
On Windows strerror() doesn't work with winsocket error codes (returned by WSAGetLastError()). This patch changes the way BasicUsageEnvironment0::setResultMsg() gets error message on Windows, now it gets it using FormatMessage() with a backup solution of simply providing error code in the message

Re: [Live-devel] [PATCH 2/2] MPEG, H264, H265: add option to preserve presentation time from source

2015-06-01 Thread Stas Tsymbalov
>> Thanks for advise, but passing presentation times separately from frames and >> around H264VideoStreamFramer seems far more complicated and clunky than this >> small change to framer, so I will stick with my solution. > > OK, but remember this would complicate your obligations under the LGPL,

[Live-devel] Closing Specific client in RTSPserver

2015-06-01 Thread Hardik Sangani
Hi i want to stop one specific RTSP client connection , so i tried to close the sockets for that connection and turn off the back ground handlers for that socket. i am able to stop that specific client, but because of that its affecting other client connection. following is the bunch of code i use

Re: [Live-devel] Bad performance with 4 or more clients at proxy server

2015-06-01 Thread Frank van Eijkelenburg
On 30-05-15 07:56, Ross Finlayson wrote: Let me guess: Are you running your multiple copies of VLC on the same host (or perhaps on different ‘virtual’ hosts that use the same physical host)? VLC is known to perform badly if it’s run more than once on the same computer. This has absolutely not