HI! I would like to thank you all in advances
lets go straight into my problem :)
i m using vlc player on my laptop to received live stream from my jetson nano (host)
However,i cant seem to get it working despite tried all possible ways
below are the command that i use
sudo apt-get install libgstrtspserver-1.0 libgstreamer1.0-dev
cd gst-rtsp-server/examples/
Type this into the terminal at the examples directory: 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”
Then i downloaded gstreamer with respective version on my laptop and vlc player
i open vlc player network stream
then typed :rtsp://<JETSON NANO’S IP ADDRESS>:8554/test
However this is what i received