It works as expected with DeepStream 4. However, with DeepStream 5 when I try to change pipeline’s state to PLAYING in my C++ app, appsink element hangs in READY forever. If I change rtspsrc to filesrc everything works fine both in DS4 and DS5. If I use avdec_h264 instead of nvv4l2decoder, again everything runs smoothly.
Tested on T4 and GTX1070, using deepstream images from NGC.
I tried to study why this works. Both rtph264depay and h264parse have required pads for nvv4l2decoder, but the latter is in “GStreamer Bad Plugins” package. However it still works with filesrc. Could you please explain what causes problems with rtspsrc?