How to stream onto named pipe?
Posted: 15 Jun 2010 15:25
So I create something like
to stream onto localhost. How to stream onto named pipe? (so other programms would be able to read from that pipe) (on Lin Mac and Windows)
Code: Select all
-vvv -I rc dshow:// vdev adev size="640x480" --sout="#transcode{vcodec=FLV1,acodec=mp3,ab=128,channels=2,samplerate=44100}:duplicate{dst=std{access=http{mime=video/x-flv},mux=ffmpeg{flv},dst=:8080/stream.flv}}"
to stream onto localhost. How to stream onto named pipe? (so other programms would be able to read from that pipe) (on Lin Mac and Windows)