Rtsp streaming to XAVIER

I have a Xavier device and trying to rtsp from an IP cam.
Tested with VLC player using rtsp command as

rtsp://xxxxx:xxxxxx@xxx.xx.xxx.xx:554/cam/realmonitor?channel=1&subtype=0

This is correct command to do rtsp streaming at another pc. Tested and it worked.

I have set static ip at Xavier at /etc/network/interfaces

as

auto eth0
iface eth0 inet static
address xxx.xx.xxx.xxx
netmask 255.255.255.0
gateway xxx.xx.xxx.xxx
dns-nameservers xxx.xx.xx.xx

All these data were exactly set at another pc and it worked.
But VLC doesn’t stream .
The same camera was tested with another PC for RTSP and it worked.

But Xavier doesn’t stream.
What should I look at?

Hi,
Please try the gst-launch-1.0 command:

gst-launch-1.0 uridecodebin uri="rtsp://xxxxx:xxxxxx@xxx.xx.xxx.xx:554/cam/realmonitor?channel=1&subtype=0" ! nvoverlaysink

Yes I tested your command
gst-launch-1.0 uridecodebin uri="rtsp://xxxxx:xxxxxx@xxx.xx.xxx.xx:554/cam/realmonitor?channel=1&subtype=0" ! nvoverlaysink
and it works.

But for the following commands, the second command doesn’t work.

This command works.
./deepstream-illegalparking file:///opt/nvidia/deepstream/deepstream/samples/streams/IllegalParking.mp4 file:///opt/nvidia/deepstream/deepstream/samples/streams/IllegalParking.mp4 file:///opt/nvidia/deepstream/deepstream/samples/streams/IllegalParking.mp4 file:///opt/nvidia/deepstream/deepstream/samples/streams/IllegalParking.mp4

But when I include, rtsp stream then it doesn’t work.
The error is can’t find source.

./deepstream-illegalparking rtsp://admin:nextan6423@172.16.158.248:554/cam/realmonitor?channel=1&subtype=0 file:///opt/nvidia/deepstream/deepstream/samples/streams/IllegalParking.mp4 file:///opt/nvidia/deepstream/deepstream/samples/streams/IllegalParking.mp4 file:///opt/nvidia/deepstream/deepstream/samples/streams/IllegalParking.mp4

Hi,
Could you try deepstream-test3? The source is uridecodebin plugin. See if you can launch the camera in running the sample.

Yes I am using deepstream-test3. Just change file name, c program is deepstream-test3.

Hi,
Please check if you can run with this public URI:

deepstream-test3$ ./deepstream-test3-app rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov

If yes, please try yours:

deepstream-test3$ ./deepstream-test3-app "rtsp://admin:nextan6423@172.16.158.248:554/cam/realmonitor?channel=1&subtype=0"