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 am running a sample deepstream python app on JEtson Nano 4gb with jetpack 4.6 and Deepstream 6.0, which output rtsp on localhost, how can I forward it to public ip on my virtual machine(Azure), so the output of the detection app iss accesible via URL?
May be the local rtps server on your host is not needed, you can use rtspclientsink to post the stream to remote VM directly, there should be a rtsp server running on the remote VM.
An example of rtspclientsink as below:
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
You can use gst-launch-1.0 command to post your stream from your local server to your remote server. If the command pipeline works, you can adapt the python pipeline.