Juan Navarro
Juan Navarro
Seems you are passing the setting correctly, so I'm not sure why it wouldn't apply it. I've followed the `options.request_timeout` variable in the [KurentoClient.js](https://github.com/Kurento/kurento-client-js/blob/master/lib/KurentoClient.js#L266) code, all the way down to...
I saw this comment: ``` // else if (...) { Add here whatever types are needed } ``` which reminds me that this is just a "work in progress" and...
`IceGatheringDoneEvent` is just a forwarded emission of libnice's [candidate-gathering-done signal](https://libnice.freedesktop.org/libnice/NiceAgent.html#NiceAgent-candidate-gathering-done). Video and audio tracks are their own independent components, so make sure you are not seeing e.g. IceGatheringDoneEvent from the...
**[KurentoForks/reconnect-ws](https://github.com/KurentoForks/reconnect-ws)** Status: As of today, all commits in this repo are already submitted as a PR on upstream (which hasn't been accepted): * Fork commits: https://github.com/KurentoForks/reconnect-ws/commits/master * Upstream PR: https://github.com/jacobbubu/reconnect-ws/pull/1/commits...
This long-standing issue is still open. External contributions are welcome because our focus is put in the Java client and I personally cannot dedicate the time to investigate and learn...
This was probably caused by a regression introduced in libnice at some point after 0.1.16. We updated libnice for one of the 6.13.1 or 6.13.2 releases, and then immediately started...
It worries me that the whole provided backtrace is totally contained in the GStreamer library code and there is nothing that can lead us to some point in the code...
Can you provide (here or privately) a core dump file so I can analyze it? Also could you provide a bit more info about the conditions when this crash happened?...
Also I'll reply to your question not here but in the forum thread: https://groups.google.com/g/kurento/c/EmPhwkH5KAw/m/EXyZrk-VBQAJ but in short, yes, that's a good architecture.
Oops, I closed by mistake. Reopening now.