Don't know if I am in the right place for this question but here goes. I have a program that allows me to enter a path for a button to open a file. In other words one button opens a file.
I am wanting to open the VLC player and have it stream the url of the rtsp feed with one command that i can load into the path line of the program i am using. so far i have this.
D:\Program Files\VideoLAN\VLC\vlc.exe(im missing this part) rtsp://ip:rtspport/x
The part that is missing is the part that takes it to the media section where the url is added to the box.