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.