Deepstream set network request link timeout time

About the link timeout issue of python3 deepstream-test3 demo

Deep stream has been stuck

Deep stream
Decoder sub add: source
Add decoder sub-item: typefindelement0

The program will be terminated after waiting a long time, and it will prompt Error: gst-resource-error-quark: Could not read from resource. (9): gstrtmpsrc.c(419): gst_rtmp_src_create (): /GstPipeline:pipeline0/GstBin :source-bin-01/GstURIDecodeBin:uri-decode-bin/GstRTMPSrc:source:
Failed to read any data from stream, check your URL
Exiting app

How do I set the network link timeout time? The python I use is used in test3 of deepstream-app

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

I myself want to know how deepstream’s python demo sets pipline’s source timeout request time

Can you set the property “timeout” of rtmpsrc?

https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad/html/gst-plugins-bad-plugins-rtmpsrc.html

No, I am a multi-format stream input. Although it is rtmp, the streaming media format I input is multiple,I want to know how to set the timeout in the previous element of uridecodebin

Can Generate GStreamer Pipeline Graph of you application and share to here?

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