RTSP VLC not working for Jetson Nano

Hi, I am using Jetson Nano 2GB and following the DLI deepstream_test_1.py
However, I am not able to play the video on VLC.

I obtained error as below:

Your input can’t be opened:
VLC is unable to open the MRL ‘rtsp://192.168.55.1:8554/ds-test’. Check the log for details.

Log:

live555 error: Failed to connect with rtsp://192.168.55.1:8554/ds-test
satip error: Failed to play RTSP session
satip error: Failed to teardown RTSP session
main debug: net: connecting to 192.168.55.1 port 8554
main debug: connection succeeded (socket = 1476)
access_realrtsp warning: Cseq mismatch, got 1, assumed 0
access_realrtsp debug: rtsp connected
access_realrtsp warning: only real/helix rtsp servers supported for now
main debug: no access modules matched
main debug: dead input
qt debug: IM: Deleting the input
main debug: changing item without a request (current 0/1)
main debug: nothing to play

Is there anything I can do to solve this problem?

Thank you in advance!

Hi,
Due to limitation of DRAM size, DeepStream SDK may not work properly on Nano 2GB. We suggest try Nano 4GB with SD card.

For RTSP streaming, you may check this Jetson Nano FAQ

Q: Is there any example of running RTSP streaming?

See if you can follow the steps and successfully run RTSP server/client.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.