clogwog
clogwog
not 100% sure but maybe you can try to preload the components by specifying `export LD_PRELOAD=/path/to/libgstyourplugin.so` before you start gstd ?
I'm seeing the same issue `/usr/local/bin/gstd -l /data/logs/gst.log -d /data/logs/gstd.log -f /tmp/ --gst-debug-level=2` but no logfiles
Hi Alex, we have a similar requirement and i solved it by creating multiple pipelines camerasrc->interpipesink name=cam interpipesrc listen-to-cam -> save to disk and whenever we need to startup another...
sorry, i'm not sure. i would think that if you are running it on nvidia hardware and are using **video/x-raw(memory:NVMM)** it would pass the memory pointers along, but in the...
One other advantage of gstd I would like to add that if you're controlling application crashes, your existing pipeline will keep running. Then when you restart your controlling app you...
this seems to have been abandoned, however it would be very useful. is it just that some of the CI unit-tests have failed ?
> This feature would be very useful. > Please could you tell me the status of this evolution? I've gotten it to work with a small patch , and we...
> Hi, > > > I've gotten it to work with a small patch , and we are running it against our 608A security chip so it picks up the...
the interpipes have to run in the same process, otherwise they can not talk to each other. a way around this is to use [gstd](https://github.com/RidgeRun/gstd-1.x) and have the master start...
not that i know of. libgstd-1.0.so will allow you to send pipeline 'strings' to gstd not whole structures. gstd takes 'ownership' of the creation , maintenance and destruction of the...