neilyoung

Results 228 comments of neilyoung

BTW: Works fine with GStreamer, VLC, ...

No change. I suppose the problem is in the GO app. Can that be made more chatty? Does it have a problem with URLs, having a "path", like this one?...

Dynamics work fine, but since `WithHidefunc` only works for groups, there is kind of an interruption in the user experience. I personally would like to have an overview about all...

Even with the latest plugin `- geerlingguy.nodejs (7.0.0) was installed successfully` and Node 18.x: `fatal: [mqtt]: FAILED! => {"changed": false, "msg": "Failed to update apt cache: W:Updating from such a...

> Same Problem here - is there a fix? 🤔 I dropped the plugin in favour of a shell installation

OK, let's checkout the original Python code, since there is a potential recursion: My pipeline has several "decodebin" elements. ``` def decodebin_child_added(self, child_proxy, Object, name, user_data): self.log.info(f"Decodebin child added: {name}")...

My pipeline: nvstreammux -> nvinfer -> nvtracker -> nvmultistreamtiler -> nvvideoconvert -> nvdsosd -> nvvideoconvert -> capsfilter -> nvv4l2h264enc -> rtspclientsink

This one panics on my AWS instance, but it doesn't contain special NVIDIA components. You should be able to reproduce: ```go package main import ( "strings" "github.com/go-gst/go-glib/glib" "github.com/go-gst/go-gst/gst" ) func...

Yes, thanks a log for your assistance. This works well. Maybe there would be a way to suppress the warnings?

The regexp does not cover the authentication case.