View Single Post
  #9  
Old 04-15-2011, 01:43 AM
Stream Recorder
 
Posts: n/a
Default

Re: watch a rtmpt streaming with vlc?


Quote:
Originally Posted by xellisss View Post
Ok it works...and can you say to me the command line for this birdcam _http://www.ustream.tv/decoraheagles?
url is something like rtmp://ustream.fc.llnwd.net:1935/ustream/ustream@llnw_1_3064708_live_1
Try to use RTMPexplorer to find the parameters. Then replace the
Code:
-o "filename"
with
Code:
--quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
or
Code:
--quiet | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
vlc.exe can reside in some other folder depending on where you install it.
Reply With Quote