Open VLC RTSP in Windows from Command Line
Create a Batch file using your favorite plain text editor. (Notepad.exe)
My use case for this code is using an Amcrest Camera that needs authentication. The options open the stream full screen with no title.
cd "C:\Program Files\VideoLAN\VLC" vlc.exe rtsp://username:password@IPorURLofStream --fullscreen --no-video-title-show