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

Re: How to watch RTMP stream in VLC using rtmpdump


Try to use RTMPexplorer to find the parameters. Then replace
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