Re: [Live-devel] High CPU usage after the failure of RTSPS SSL certificate verification

2025-07-18 Thread Ross Finlayson
Yahia, Thanks for the report. I have just installed a new version (2025.07.19) of the code that fixes this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com

[Live-devel] High CPU usage after the failure of RTSPS SSL certificate verification

2025-07-18 Thread BENMOUSSA Yahia - Contractor via live-devel
--- Begin Message --- Classified as: {OPEN} Hello, If the verification of the RTSPS SSL certificate fails, the testOndemandRTSPServer CPU usage increase to 100%. This issue can be reproduced using openSSL client : 1- Install self-signed certificate in testOndemandRTSPServer 2- Run testOndemand

Re: [Live-devel] High CPU usage

2019-01-14 Thread Ross Finlayson
> On Jan 15, 2019, at 8:01 AM, Kevin Bailey wrote: > > Hi! I have set up an RTSP server based on this code: > https://github.com/RafaelPalomar/H264LiveStreamer. Sorry, but this is not our code - it’s somebody else’s application (that happens to use our libraries). You’re going to have to wo

[Live-devel] High CPU usage

2019-01-14 Thread Kevin Bailey
Hi! I have set up an RTSP server based on this code: https://github.com/RafaelPalomar/H264LiveStreamer. The program however jumps up to 100% CPU usage every time any client connects. Why might this be? I have even tried commenting out the x264 encode part (and I instead pass in empty nal units) to

[Live-devel] High CPU Usage in DummySink

2016-11-02 Thread support
Hi, I'm using the version live.2016.10.21. I have derived a class called MyRTSPClient which has the base class as RTSPClient. I have derived a class called DummySink which has the base class as MediaSink. In the function MyRTSPClient::AfterDescribe1 I create a sink like this and call startPlaying

Re: [Live-devel] High CPU usage streaming TCP and UDP with OnDemandServerMediaSubsession

2014-08-26 Thread Chris Richardson (WTI)
Hi Ross, > Thanks for the note.  Yes, your analysis of the problem was correct.  I've just installed a new version - 2014.08.26 - of the "LIVE555 Streaming Media" code that should fix this. Thanks for fixing this so quickly. I have tested the new version and everything is working now. Thanks,

Re: [Live-devel] High CPU usage streaming TCP and UDP with OnDemandServerMediaSubsession

2014-08-26 Thread Ross Finlayson
Chris, Thanks for the note. Yes, your analysis of the problem was correct. I've just installed a new version - 2014.08.26 - of the "LIVE555 Streaming Media" code that should fix this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___

[Live-devel] High CPU usage streaming TCP and UDP with OnDemandServerMediaSubsession

2014-08-26 Thread Chris Richardson (WTI)
Hi Ross, I have recently updated the LIVE555 libraries I am using, ultimately to version 2014.08.23, though I originally updated to 2014.07.25 and the same problem happens. The problem is that the library is using a large amount of CPU when streaming both UDP and TCP from the same OnDemandServ