Re: [Live-devel] Increasing video latency for RTSP client

2015-11-25 Thread Jeff Shanab
Yup, libavcodec. (56.13.100) Someone else here enabled the slice decoding threads, I'd end up googling it to remind myself. I was kinda surprised that when I still had plenty of CPU that a single decoding thread was not enough but once I gave it some more thoiught, it makes sense. You gotta finis

Re: [Live-devel] Increasing video latency for RTSP client

2015-11-25 Thread Sergio Basurco
Sorry, the last message was cut. The delay still appears even when only decoding a single camera. The only program able to properly decode is VLC. So it's not a network or hardware problem. I do believe though that the decoder cannot keep up. @Jeff (or anyone listening) ... I will get into mu