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.