I have a program that allows me to generate an "openfile" button. I am trying to figure out the path to open an rtsp stream with one push of a button. I know how to make the VLC player play the rtsp stream. How do i put it all together in a path I can direct the open filer script to work.
I can get this far.
C:\Program Files (x86)\VideoLAN\VLC
I need the part that tells it to go to the url (open network stream/rtsp://xxx.dyndns.org:rtspport/x)
Anyone with a bigger brain than me please help.