Juan Navarro
Juan Navarro
@mneundorfer I had a look on the PlayerEndpoint code to refresh my memory. It seems that the actual decoding is still done inside the `uridecodebin` GStreamer element, which is what...
Hi @mneundorfer, did you get any new insights on the decoding issue? In https://github.com/Kurento/kms-elements/pull/22 you mention that: > As an FYI: There does not seem to be an issue with...
I think that Chrome is already sending low resolution, so Kurento receives that and that's wht you see in the recording. In principle, Kurento doesn't do rescaling of your video......
Thank you very much for this analysis, this at a minimum will turn out as a new entry in the Troubleshooting Guide in the Kurento documentation, but it also might...
kurento-utils.js is provided as a small convenience layer for handling RTCPeerConnection objects, but if you are tinkering with the API and experimenting with different modes and settings, it would be...
Could you please try with **Kurento 6.13.0**? We're just in the middle of releasing it, so there hasn't been any release announcement yet, but *apt-get* packages and Docker image should...
Please make sure that Kurento _and all dependencies_ have been upgraded. In your case, I can see that's not the case because core, elements & filters should be also 6.13....
I have updated the docs section to talk about limitations of apt-get and how to upgrade between versions of Kurento: [local upgrade](https://doc-kurento.readthedocs.io/en/latest/user/installation.html#local-upgrade). Meanwhile, please [install debug symbols](https://doc-kurento.readthedocs.io/en/latest/dev/dev_guide.html#dev-dbg) so we can...
Hi, do you still have the core file, and can you send it? I'd like to try and see if I can get some more information between backtrace frames `#4`...
> do you have any insight on the possible cause? I've been analyzing the code and it seems a bug caused by out of bounds index in an array access....