How do set Deepstream-app config to model RTMP

Thank you very much. Currently can the window playing set by Sink , and the video output be in the form of RTMP?

Hi,
The default implementation is RTSP streaming. You can refer to document and enable it for a try.
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_ref_app_deepstream.html#sink-group

For RTMP streaming, you need to look at the source code and do customization.

The cpp file is

/opt/nvidia/deepstream/deepstream-5.0/sources/apps/apps-common/src/deepstream_sink_bin.c

and you can refer to

1 Like

Thanks for the reference @DaneLLL.

@Rowan I’ve got the RTMP stream working - let me know in case you need help with the changes.

Thanks so much. I will try the codes as you recommend.

Thanks for your reply. I will call you if I got another troubles. Thanks.

1 Like