Juan Navarro

Results 175 comments of Juan Navarro

Hi, we won't be able to look into all these crashes you are reporting, because vacations. Meanwhile you should fill up the section about how to reproduce, otherwise the stack...

Not related to the Mixer; "reconnect to server" means that the JS client SDK cannot connect to the media server. First start from the hello-world tutorial, to confirm it works,...

please copy an example of SDP Offer that is sent to the Kurento endpoint

I don't think that will work because Kurento does not support more than 1 video and 1 audio negotiated on each Endpoint. You can always use an Endpoint for each...

Now that I look at it a second time, I might understand now what you mean. There is in fact one audio media, but the payload in the RTP packets...

This might be something similar to what we found with GStreamer 1.18, while developing Kurento 7.0: https://github.com/Kurento/bugtracker/issues/535 The issue was that, at some point, GStreamer stopped allowing renegotiation of resolution,...

Yeah, I found that something similar happened to the MP4 muxer, and they added a patch to allow resolution changes, around last year: * https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1063 * https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1071 I'll do some...

Possibly related commit: https://github.com/Kurento/kms-elements/commit/0c0bdd6ed79a4a14d698cf3dfb6ee70f5952be99

`kurento-client-core-js` uses `async` in just one spot, here: https://github.com/Kurento/kurento-client-core-js/blob/7622ec2460c7c5c6c941d1c58ccd7d7ad8ef5543/lib/abstracts/MediaElement.js#L32 which later is only used exactly here: https://github.com/Kurento/kurento-client-core-js/blob/7622ec2460c7c5c6c941d1c58ccd7d7ad8ef5543/lib/abstracts/MediaElement.js#L493-L497 which raises the point, can we safely remove the usage of `async` and...

I've been looking into it too, to reply here, here's the gist of it: * All Kurento client code is auto-generated by [kurento-module-creator](https://github.com/Kurento/kurento-module-creator) ([Writing Kurento Modules](https://doc-kurento.readthedocs.io/en/latest/user/writing_modules.html#javascript-client-code)) * kurento-module-creator uses FreeMarker...