Quedale

Results 97 comments of Quedale

Okay, the first issue at hand is that onvifmgr is unable to connect, but I suspect it might just be a timeout setting a little bit too low. I could...

I really don't see anything other than the camera not responding, but that's just gstreamer's message. It is possible that some exchange occurs, but the handshake fails to complete. We...

I didn't realized you actually submitted two pull requests. I did commit a fix for it, which was to call refresh_items synchronously. Let me know if you still see those...

Good day! This should be an easy fix. I never realized that gstreamer increased the minimum meson version and I only check for version 0.63.2. Autogen.sh should fallback to a...

I forgot to clarify, `autogen.sh` will automatically build missing dependencies, including gstreamer. Using "--enable-latest" only ensures that the latest supported gstreamer package will be used. You can try to install...

I just committed a fix to properly handle the minimum version of meson. You can pull the latest changes and give it a go. Let me know how that goes!

Good day! In order to help you, I will need additional details. Providing a copy of the entire log output would help me trace what was going on. (Note that...

Good day and thanks for this feedback. The first error to focus on is: ``` error: a label can only be part of a statement and a declaration is not...

Good news! I managed to fix the build, but additional issues had to be dealt with before it was fully successful. I had to include additional gnu tools from source,...

I actually committed the changes last night. The changes were extensive but mostly related to readability. Simply pull the latest changes and run autogen.sh again. Let me know how that...