I am using VLC player 0.8.2.
If I use GUI to record stream to a local file, it works but if I use the command line to do so no file is created. I used the MRL as command line parameters.
1. When just saving to a file
vlc.exe "zeharabellydancer01sample.mpeg":sout=#duplicate{dst=std{access=file,mux=ts,url="vlc2.mpeg"}}
2. When playing and saving to a file
vlc.exe "zeharabellydancer01sample.mpeg":sout=#duplicate{dst=display,dst=std{access=file,mux=ts,url="vlc.mpeg"}}
Is this already fixed in newer versions?
Thanks