Kyrylo V. Polezhaiev
Kyrylo V. Polezhaiev
Sure, are you able to build from scratch?
Oh course I had this running. Have you tried debugging your crash? :-)
Matrix and Hadamard products implemented.
Partial support added.
Can you please mention what tutorial have you tried? `kurento-hello-world` tutorial works good for me in Chrome. And after OPUS plugin has been added sound appeared.
Didn't test that tutorial. Can you please share GStreamer logs with `GST_DEBUG` set to 3 or 5? Also, can you try this tutorial with standard Ubuntu version of KMS and...
Hi, please check with recent version of KMS port.
Yep, I have a hint. It looks like some GStreamer element class is missing. So please tweak GST_DEBUG to show messages from element factory and take a look on missing...
Okay, now we know `uridecodebin` is missing. Currently I am working on new version, I will add needed .DLL to next release.
You can set debug level to 5 for GstElementFactory and to 3 for other categories: `set GST_DEBUG=*:3,GST_ELEMENT_FACTORY:5`