GStreamer example

Is there an example on how I can send a video from Jetson TX2 to another computer via ethernet using GStreamer?

Hi rishabh.choudhary,

You could use our GstRtspSink or GstWebRTC plugins:
[url]https://developer.ridgerun.com/wiki/index.php?title=GstRtspSink[/url]
[url]https://developer.ridgerun.com/wiki/index.php?title=GstWebRTC[/url]
There are evaluation versions that you can try.

Other option is using the udpsink plugin (Gstreamer Good), you can find a working example here (I have tested it myself): streaming - GStreamer rtp stream to vlc - Stack Overflow

Regards,

-Jafet