Rtp stream from jetson AGX xavier

i have my jetson agx xavier and windows laptop on the same network, and they can ping each other.

i try and start a rtp stream with the following command:
$ detectnet.py /dev/video1 --headless rtp://@laptop-ip:5004

then on my laptop, i get in vlc and open the network stream
image

i have tried the following configurations

Jetson command . . . | vlc stream
rtp://@laptop-ip:5004 | rtp://@laptop-ip:5004
rtp://@jetson-ip:5004 | rtp://@jetson-ip:5004
rtp://@loopback:5004 | rtp://@jetson-ip:5004
rtp://@laptop-ip:5004 | rtp://@loopback:5004

vlc never connects when trying these and i am unsure of how to use this feature

Hi,
Currently it is not supported. Please refer to this post:
How to get rtsp streaming ouput in client vlc media player for object detection using detectnet - #2 by dusty_nv

If you would like to run RTSP and use VLC in client, you may try DeepStream SDK.

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