I recently upgraded from 0.86 to 1.02 on my intel-based iMac running 10.5.8
My motivation for doing this was seeing occasional VLC crashes when capturing streams.
My issue: It seems like I'm no longer able to capture the stream to a file. Here's the syntax I'm using (this always worked, except that I had to append "=" to "--sout"). Oh, and I added the --intf=rc
Code: Select all
/Applications/VLC.app/Contents/MacOS/VLC --intf=rc --http-caching=5000 <URL_OF_STREAM> --sout=#transcode{acodec=mp3,ab=128,channels=2}:duplicate{dst=display,dst=std{access=file,mux=raw,url=/Users/user1/Stream.mp3}}
Any suggestions?
Thanks in advance.