How to send GST_NVEVENT_STREAM_EOS event from nvmsgbroker

• Hardware Platform ( GPU)
• DeepStream Version 6.4
• Issue Type( questions)
My stream source is a mp4 file. I want to notify other application when deepstream finish inference the video.
How could I sent GST_NVEVENT_STREAM_EOS event from nvmsgbroker to kafka? Or any other way I can achieve this goal.

You can only send a message through Kafka when you get the EOS event in the bus call. The content of the message can be defined by yourself. It has nothing to do with DeepStream.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.