deepstream-services-library
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"
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.