Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.1
• NVIDIA GPU Driver Version (valid for GPU only) 515
Can you supply a feed rtmp in Python deepstream?
Could you please describe the process?
DeepStream supports RTMP sources no matter it is c/c++ or python APIs.
Please learn basic GStreamer knowledge and coding skills by yourself. GStreamer: open source multimedia framework
Thanks for your quick response. As per your comments, if deepstream supports rtmp as a source, then in the deepstream python test apps, they do not get rtmp as a source.
I get below error:
Error: gst-resource-error-quark: Could not parse RTMP URI (3): gsturidecodebin.c(1413): gen_source_element (): /GstPipeline:pipeline0/GstBin:source-bin-00/GstURIDecodeBin:uri-decode-bin:
No element accepted URI ‘rtmp://127.0.0.1:10000/live’
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
Please try with rtmpsrc pipeline first to make sure whether the rtmp link is supported. rtmpsrc (gstreamer.freedesktop.org)