The syntax of the sout-option changed some time ago. It's possible that this has happend with this update.
Could you post your exact sout-option so we can have a look at to check it for the correct syntax and perhaps reproduce a bug?
Hello, I used that syntax:
vlc -vvv v4l:/dev/video:norm=secam:frequency=543250:size=640x480:channel=0:adev=/dev/dsp:audio=0
--sout '#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,vt=800000,keyint=80,deinterlace}:std{access=udp,mux=ts,url=239.255.12.13}' --ttl 12
I got it from the VLC HOWTO Manual, it work fine if I configure VLC from the GUI but from the command line it show me the error that --sout is not a valid option
thanks and regards