I’m trying to Run a JupyterLab cell that will start the RTSP stream on VLC with the command rtsp://192.168.4.152:8554/ds-test. Here, 192.168.4.152 is the IP address wifi network connected to the Jetson nano via a router. This is resulting in the error below:
Connection failed:
VLC could not connect to “192.168.4.152:8554”.
Your input can’t be opened:
VLC is unable to open the MRL ‘rtsp://192.168.4.152:8554/ds-test’. Check the log for details.
How do I fix this error ?
PS- I do not have the jetson nano configured in the headless mode.
@DaneLLL In order to generate a rtsp stream, I would need the IP address of the IP camera connected to the jetson nano and not the IP address of the network connected to the jetson nano right?
Also, I’m currently using an IP camera- Wyze CAM v2
Model number - WYZEC2
I was able to find out the IP address of the above IP camera connected to the Jetson Nano, but I’m unable to complete the full network URL to generate a rtsp stream on VLC
rtsp://192.168.4.152:WHAT_GOES_HERE1?/WHAT_GOES_HERE2?
Need help with what the WHAT_GOES_HERE1? and WHAT_GOES_HERE2? part of the URL that needs to be replaced to generate the rtsp stream.