Is it possible to expose mjpeg and json stream

I was wondering if i can implement deepstream into projet that im working on, but not sure if this is possible. Basically what i need is same as i found in other topic where i need json and mjpeg stream as output from deepstream. Is that even possible?

If you want send json message to cloud, the nvmsgbroker and nvmsgconv can do such job. Please refer to Gst-nvmsgbroker — DeepStream 6.1.1 Release documentation and Gst-nvmsgconv — DeepStream 6.1.1 Release documentation, deepstream-test4 is the sample.C/C++ Sample Apps Source Details — DeepStream 6.1.1 Release documentation

Hi Fiona, thanks for your reply! Will take a look at links you have sent, do you know is it possible to stream mjpeg?

We don’t have such sample, but you can customize your own message converter to generate mjpeg text message. Gst-nvmsgconv — DeepStream 6.1.1 Release documentation

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