How to continue streaming even when RTMP error has occured

• Hardware Platform (Jetson / GPU) Jetson AGX Orin
• DeepStream Version 6.1
• JetPack Version (valid for Jetson only) 4.x
• Issue Type( questions, new requirements, bugs) questions

I’m developing live streaming software which has RTMP input. And i have a following issue.

Due to RTMP server error, sometimes the streaming app was disconnected by the RTMP server and encounter RTMP ReadError and then exit.

I want to make my app not to exit when it fails to read rtmp, but want to make it wait or retry rtmp reading until rtmp server recovers.

How can i do that? It perhaps gstreamer’s problem.
Please help me.

1.You can check the parameters of gstreamer rtmp plugin to see if there are relevant parameters controlling this property.
2.You can refer our source demo code deepstream_source_bin.c to see the implementation of rtsp reconnection.

Okay. Thank you very much.

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