View Single Post
  #3  
Old 09-10-2013, 04:54 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: RTMPDumpHelper Question


Pipe it straight to VLC without downloading, all you do is remove the
Code:
 -o "XXXXX.flv"
Then add something like this instead
Code:
-o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
Now the stream is Live
Reply With Quote