Page 1 of 1

How to stream out Named Pipe from VLC on windows?

Posted: 15 Jun 2010 15:24
by OleJak
So I create something like

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)

Re: How to stream out Named Pipe from VLC on windows?

Posted: 15 Jun 2010 17:09
by VLC_help
viewtopic.php?f=14&t=73501&p=242717&hilit=pipe#p242717
maybe that helps. (I am not sure if VLC can write to named pipe, but it should be able to read one)