Page 1 of 1

scripting help

Posted: 31 Jul 2012 01:28
by msunrise
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. :D

Re: scripting help

Posted: 02 Aug 2012 16:15
by edwardw

Code: Select all

C:\Program Files (x86)\VideoLAN\VLC\vlc.exe rtsp://xxx.dyndns.org:rtspport/x

Re: scripting help

Posted: 03 Aug 2012 23:09
by msunrise
Thanks for the help.
    The first half is obvious and the url is obvious. It's the part in the middle that opens the "media option" that is missing. Is there a way to tell what the path is when the video is actually streaming