query regarding RTSP server-client

hello everyone,
i am using following command and application for RTSP server:

sudo apt-get install libgstrtspserver-1.0 libgstreamer1.0-dev

test-launch.c @ https://github.com/GStreamer/gst-rtsp-server/blob/master/examples/test-launch.c

gcc test-launch.c -o test-launch $(pkg-config --cflags --libs gstreamer-1.0 gstreamer-rtsp-server-1.0)

./test-launch "videotestsrc ! omxh265enc ! rtph265pay name=pay0 pt=96"

it is working fine for vlc player with following command:

rtsp://<TARGET_IP_ADDRESS>:8554/test via VLC

but it it not working when i have to stream it through HDMI or display.
please suggest the command for that.
thank you.

Hi,
The following posts may help:
[url]https://devtalk.nvidia.com/default/topic/1014789/jetson-tx1/-the-cpu-usage-cannot-down-use-cuda-decode-/post/5188538/#5188538[/url]
[url]https://devtalk.nvidia.com/default/topic/1043770/jetson-tx2/problems-minimizing-latency-and-maximizing-quality-for-rtsp-and-mpeg-ts-/post/5295828/#5295828[/url]