Manage GStreamer pipelines with behavior trees #1039
zflat
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to share a library I created of BehaviorTree.CPP nodes that manage GStreamer pipelines: https://codeberg.org/zflat/lib_behaviortree_gstd. For anybody who is using GStreamer in their system, this could be a very useful library that can be loaded as a BehaviorTree.CPP plugin.
The custom nodes perform actions on GStreamer pipelines by wrapping functions from the GStreamer Daemon (GstD) framework.
You can get started by building the project and running the gapless playback example. Originally a bash script from the GstD documentation, the repeating playback logic is re-written to use a behavior tree XML file.
Beta Was this translation helpful? Give feedback.
All reactions