Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) : GPU
• DeepStream Version : 6.3
• TensorRT Version : 8.5.3-1+cuda11.8
• NVIDIA GPU Driver Version (valid for GPU only) : 4070 Ti
I’m trying to re stream the output as outlined in:
deepstream_sink_bin.c
I’m able to see it in rtsp://localhost:8554/ds-test
. However it’s only possible because of gstreamer GstRTSPServer
. Can I perform it via nginx streaming server. How can I send the udpsink to nginx?
@yuweiw Any insights on this topic is highly appreciated.