Jetson Nano and IP Camera

Hello,

I need to use a camera IP to feed a deepstream pipeline. To simplify I am testing this pipeline which I cannot make it work.

gst-launch-1.0 uridecodebin uri=http://92.75.2.17:80/mjpg/video.mjpg !  videoconvert ! 'video/x-raw(ANY),format=(string)NV12' !  m.sink_0  nvstreammux name=m width=1080 height=720 batch-size=1 ! nvoverlaysink sync=False -v


reason not negotiated (-4)

If I delete the nvstreammux and directly plug the source to the sink it runs ok. I guess is something related to the caps and video format

Thanks for the help!

Just to mention, you can try the camera IP URL. It is a public camera.
Thanks

Hi,
Please try deepstream-app. You can refer to this post to run RTSP source:
https://devtalk.nvidia.com/default/topic/1058086/deepstream-sdk/how-to-run-rtp-camera-in-deepstream-on-nano/post/5366807/#5366807