deepstream-services-library icon indicating copy to clipboard operation
deepstream-services-library copied to clipboard

Pipeline State Manger to stop the Pipeline and quit the main-loop on EOS if there are no added "EOS Event Handlers"

Open rjhowell44 opened this issue 1 year ago • 0 comments

Currently, the client must register an EOS Event Handler to be called on EOS event and stop the Pipeline and quit the main-loop.

Changing the default behavior of the Pipeline State Manager to handle the pipeline stop and quit the main-loop if there are no registered client handlers.

rjhowell44 avatar Sep 19 '24 19:09 rjhowell44