View Single Post
  #2  
Old 01-25-2012, 04:47 AM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

Re: Watch RTMPdump video with buffer?


Hi
VLC has an option

--live-caching <integer [0 .. 60000]> Live capture caching (ms)

So maybe you can use it in your command.
Like this:-
Code:
-o - | vlc --live-caching 60000 -
Reply With Quote