Hi,
I am working on a streaming use-case on Jetson Nano board.
I am using VLC player as RTSP server and Jetson Nano board as client.
I have connected Nano board and windows laptop with ethernet cable (its a back to back connection).
I am running following pipeline on Nano board.
gst-launch-1.0 rtspsrc location=rtsp://192.168.225.163:8554/test latency=500 ! rtph264depay ! h264parse ! queue ! nvv4l2decoder enable-max-performance=1 ! nvoverlaysink
The above pipeline does not throw an errors but its not showing output display.
But, if I use the omxh264dec element then the above pipeline works fine and i could able to see the display on monitor.
Why the above RTSP streaming pipeline does not work with nvv4l2decoder element ?
Please help me to solve the issue.
Thanks,
Damoder