By trial and error I was able to display the feed from an RTSP WiFi cam in VLC using the URL:
rtsp://192.168.2.33:554?user=admin&password=&channel=2&stream=1.sdp
However all the examples I find use something like:
rtsp://192.168.2.33:554/user=admin&password=&channel=2&stream=1.sdp
with the / instead of the ?. The / does not work for me. VLC can not open the stream. Does anyone know what the difference is?