deepstream-services-library
deepstream-services-library copied to clipboard
How can I use gstreamer plugin in dsl which is not part of deepstream?
@navyverma which gstreamer plugin are you referring to?
This is our custom gstreamer based plugin which contains our business logic
Interesting... can I ask where in the pipeline you add your plugin, and does it have gst-properties that can be set/get?
And yes plugin does have gst-properties that can be set or get.
@navyverma my apologies for the late response. DSL does not currently support this, but I can see the value in having it. I will try and schedule this for the next release.
@navyverma, I've started working on a solution for this... a couple of questions.
- does your plugin support signals?
- what language do you prefer/use for your application development, C/C++ or Python?
@rjhowell44 Yes, plugin does suppoort gstreamer's signal, and we are using c++ to build plugin
@navyverma New issue to track this #1174
This also required #1176. The implementation and test-coverage for both issues are complete. Documentation and examples are still to be done. I should have this finished by early next week.
#1176 and #1174 have been completed and merged into the v0.30.alpha
dev branch. The formal release date for v0.30.alpha
is TBD.
@navyverma if you're still interested in this, it is now ready for trial. Feedback is always greatly appreciated. Let me know if there is anything missing for your use case.
@rjhowell44 Thanks. I really appreciate your work. Will try and test within a few days and share feedback with you.