Help In H.264 Streaming Between Devices

Hello, I am trying to find out a guide to using Gstreamer terminal commands to send video from my Jetson Nano B01 to a Windows PC. I would need to use Nvarguscamerasrc for the camera capture on the Jetson and use OMXH264ENC for the encoder. So far I already have utilized video capture and encoding for my robot, I just need help on how to deal with this.

Thanks.

Hi,
Please refer to UDP and RTSP steaming in FAQ:
Jetson Nano FAQ

And give it a try.

And what about using Gstreamer with an OpenCV backend?

Hi,
You may refer to the sample:
Using gstreamer convert image/raw to rtsp in cv2.VideoWriter on python - #3 by DaneLLL