Juan Navarro
Juan Navarro
Reopening; I think the template check action might be a bit overzealous here... will review that.
`exceptionLimit` only refers to the 80% of current system allowed number of threads, and number of open file descriptors. You can see what are the current system values with this...
Hi, these messages: ``` warning rtpjitterbuffer rtpjitterbuffer.c:785 rtp_jitter_buffer_insert() duplicate packet 64395 found warning kmsutils kmsutils.c:1428 kms_utils_depayloader_adjust_pts_out() Fix PTS not strictly increasing ``` are due to packet duplication happening in the...
Also, does the Kurento process crash (and then some service supervisor restarts it)? Or it doesn't crash after those spikes in CPU?
In that log file, I can see that there are: * 17 RtpEndpoints (``) * 19 WebRtcEndpoints (``) * 53 RecorderEndpoints (``) Are you sure this is not the Linux...
After all this issue maybe was caused by this: https://github.com/Kurento/kms-core/pull/22 Please test again with the new Kurento 6.14.0: https://doc-kurento.readthedocs.io/en/latest/user/installation.html and let us know if the problem persists.
Hi, please: * Install debug symbols: https://doc-kurento.readthedocs.io/en/latest/dev/dev_guide.html#dev-dbg * If KMS crashes, have a look at `errors.log` * Try to get the crash under debugger, if you are running from sources...
Turns out the package dependencies for kurento-dbg are working for Ubuntu 16.04 but not for 18.04; I've fixed that thanks to you noticing the issue. Updated instructions here: https://doc-kurento.readthedocs.io/en/latest/dev/dev_guide.html#dev-dbg Note...
Oh I made a mistake in my original instructions, sorry for that. I've now fixed it! After starting with GDB, the gdb program starts in a wait state, until you...
Judging by the logs, the error is raised from the `audiotestsrc` element, and "*streaming task paused, reason not-linked*" makes me think that the problem happens in this link: https://github.com/Kurento/kms-core/blob/dee9f41c4f2a0b0ba45d0233f3c7d149f02c0007/src/gst-plugins/kmsaudiomixer.c#L845 You...