I'm using VLC on windows to serve some streams, with a sout to a windows named pipe... something like
Code: Select all
:sout=#transcode{vcodec=mp2v,vb=4096,acodec=mp3,ab=128,channels=2}:std{access=file,mux=ts,dst="\\.\pipe\VLC1234"}
access_output_file access out error: cannot open `\.\pipe\VLC1234' (No such file or directory)
stream_out_standard stream out error: no suitable sout access module for `file/ts://\.\pipe\VLC1234'
seems VLC is now adding file/ts:// by default, which fails here at some point... if someone has any help to offer :p