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