Can anybody help me with processing a streaming data over ethernet in AGX Xavier?

I need to do inference on the data that is expected to be streaming over the ethernet on to the AGX. The network is a custom network that is supposed to do inference on the data over the ethernet.

Any help is appreciated.

What kind of application are you using now? We have gstreamer and deepstream that may achieve your goal.

This is something new that I am trying out using AGX. Any sample code is available for gstreamer/deepstream?

Hi,
After installation, you will see samples in

/opt/nvidia/deepstream/deepstream-5.1/

May try to run this config file through deepstream-app:

/opt/nvidia/deepstream/deepstream-5.1/samples/configs/deepstream-app$ deepstream-app -c source30_1080p_dec_infer-resnet_tiled_display_int8.txt

We have implementation about RTSP sink. Please refer to document to enable it and give it a try:
DeepStream Reference Application - deepstream-app — DeepStream 6.1.1 Release documentation

Thanks will try out this!

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