Host PC

Installing h.265 Gstreamer decoder to play streams from jetson devices

sudo apt install gstreamer1.0-libav

gst-launch-1.0 rtspsrc location=rtsp://127.0.0.1:8554/test ! 'application/x-rtp, media=(string)video' ! decodebin ! videoconvert ! ximagesink