Gstreamer gives green screen when we try to access the cameras with high resolution?

This issue seems to be associated with only certain cameras. The same gstreamer pipeline works fine with other camera. As far as we can see we could access the stream using ffplay command. The gstreamer command,

gst-launch-1.0 uridecodebin uri='rtsp://admin:admin%40123@172.16.16.227:554/streaming/channels/101' ! nvvideoconvert ! videorate ! 'video/x-raw, framerate=30/1' ! nveglglessink sync=false

Is this a known issue or is there a fix around it? Deepstream doesn’t start on these streams.

Hi,
Please try to render through nvoverlaysink and see if it works:

gst-launch-1.0 uridecodebin uri='rtsp://admin:admin%40123@172.16.16.227:554/streaming/channels/101' ! nvoverlaysink

And run export GST_DEBUG=FACTORY:4 to print what elements are picked by uridecodebin.

doesn’t work.

Hi,
Please share log with export GST_DEBUG=FACTORY:4

Hi beefshepherd,

Have you managed to get issue resolved? Any result can be shared?