View Single Post
  #1  
Old 05-20-2013, 04:03 PM
lorus lorus is offline
Junior Member
 
Join Date: Apr 2013
Posts: 7
lorus is on a distinguished road
Default

Watch live stream with rtmpdump + vlc and record to file simultaneously


Hi,

I know how to save a live stream to disk
Code:
rtmpdump ... -o bla.flv
and how I can watch a stream directly with vlc
Code:
rmptdump ... | vlc -
But now I want to do both, watch and record simultaneously. How can I achieve this?


cheerz,

lorus


P.S. Opening the stream twice isn't an option as the server allows only one session.
Reply With Quote