MacOSX: bug in Streaming/Transcoding Wizard. (VLC-1.1.0-rc)
File->Streaming/Exporting Wizard.
Stream To network -> Next -> Choose MMS -> NEXT
Click check box Transcode Video.
If choose "MPEG-4 Video", capture is "MPEG 1 video"
If choose "DIVX1" capture is "MPEG2 video.."
if choose "DiVX2" capture is "MPEG-4 VIdeo..."
If choose "WMV2" capture is "DivX third version..."
So i think that ComboBox text is not link with the right element.
Audio Codec ComboBox have the same issue.
Output MRL is wrong too if choosed DIVX2
MRL=":sout=#transcode{vcodec=mp4v,vb=1024,acodec=mp3,ab=192}:standard{mux=asfh,dst=0.0.0.0:8080,access=mmsh}"
I think, maybe need to add some more codecs, such as "wma", "wma2"?