prominenceai/deepstream-services-library

Pipeline with Secondary Inference components and a Message Sink fail to fully transition to a playing state

rjhowell44 opened this issue · 1 comments

This is caused by the MessageSink's internal fake sink which is using a default setting of asyn=true. The property needs to be set to false for all Sinks.

The solution will be to remove the unneeded tee and fake sink, covered by a separate issue. #1203

Merged into the v0.30.alpha dev branch