Juan Navarro

Results 175 comments of Juan Navarro

Sorry for the bot issue. It checks the prerequisites. Otherwise people just write a line like "doesn't work, fix please". Now about the issue: could it happen due to too...

Please see if you can get a crash report from /var/crash (read the docs about important info), or a gdb backtrace. The log by itself doesn't look like it contains...

Could you please try using bigger and lower `networkCache`? ([RTSP broken video](https://doc-kurento.readthedocs.io/en/latest/user/troubleshooting.html#rtsp-broken-video)) The default is **2000** milliseconds. Try something like **100**, and also try **10000**. It wouldn't make sense that...

MAYBE Duplicate of https://github.com/Kurento/bugtracker/issues/510

You can build with `-DG_DISABLE_ASSERT` so the GLib asserts are disabled on runtime. This is what we're doing in current builds of libnice: https://github.com/Kurento/libnice/blob/ubuntu/xenial/debian/rules#L18 The packages that are right now...

On one hand, the issue is that libnice is asserting the state "DISCOVERED", but the actual state if "FAILED". On the other, a recent change in libnice doesn't allow me...

Hi @darrenhp, the libnice dev [has replied](https://gitlab.freedesktop.org/libnice/libnice/-/issues/127#note_697673) in our bug report and asked about a libnice debug log to confirm if their solution will actually solve the problem. Are you...

> Crash log; > [2020-12-11T000014.00030.pid1251.log](https://github.com/Kurento/bugtracker/files/5687471/2020-12-11T000014.00030.pid1251.log) Hi @darrenhp, I'm afraid your logs don't contain any of the advanced libnice debug messages. Please review [my previous comment](https://github.com/Kurento/bugtracker/issues/505#issuecomment-729525328) where I explained how to...

The videoscale that happens in kmsagnosticbin is probably there because incoming videos can be in a variety of aspect ratio formats, and resolutions, so a pre-process step must be done...