Juan Navarro
Juan Navarro
This is full of non relevant changes that introduces noise and hides the actual, meaningful changes. Please clean up and don't introduce stylistic or whitespace-only changes. Please mind the [contributing...
Relevant execution flow analysis: https://groups.google.com/d/msg/kurento/_MnIC3bIEYA/vDqNt3KlAQAJ @gharia , were you able to test with this change and see that the reconnection works _and_ doesn't get dropped after 10 seconds? (i.e. that...
@micaelgallego do you think this was just a small typo? or maybe hiding some other behavior of the client reconnection?
@gharia we're super focused right now with upcoming release of OpenVidu 2.13, so we might take some time until we can test this change. However, if the issue is right...
Please use Java client version 6.13.1, it is a hotfix that includes this commit, which could be relevant: https://github.com/Kurento/kurento-java/commit/9ad72a10034f675b9a635825ac8b33373ff6576c On 22/4/20 15:10, Hemrajsinh Gharia wrote: > I am using kurento-client...
You could run this command to check the actual response code from KMS WebSocket: curl -i -N \ -H "Connection: Upgrade" \ -H "Upgrade: websocket" \ -H "Host: 127.0.0.1:8888" \...
The problem is exactly issue https://github.com/Kurento/bugtracker/issues/535, as mentioned above, and it stems from this: ``` Current: video/x-h264, width=(int)480, height=(int)640 New: video/x-h264, width=(int)338, height=(int)452 ``` Problem was that Kurento got upgraded...
Seems that I had done the initial part that I mentioned: https://github.com/Kurento/bugtracker/issues/535#issuecomment-1280626392 So GStreamer >= 1.20 seems to contain the fixes already. But as the next comment in that issue...
Why do they hide what version is affected by the vulnerability? I went to that link (and several links from there) and still am wondering how to know if Kurento...
Version in Ubuntu 20.04 is 0.9.3.0 so it seems it might and probably is affected: ``` # apt-cache policy libusrsctp1 libusrsctp1: Installed: (none) Candidate: 0.9.3.0+20190901-1 Version table: 0.9.3.0+20190901-1 500 500...