Streaming VOB file using VLC to Windows Media Player
I did a fresh install of MD10 I am having problems transcoding an mpeg2 movie using VLC. I try running VLC via the GUI, select my movie.vob file, click Windows(wmv/asf) format from the drop down, click MMMH, click [stream].
:sout=#transcode{vcodec=WMV2,vb=800,scale=1,acodec=wma,ab=128,channels=2}:duplicate{dst=std{access=mmsh,mux=asf,dst=:1234}}
In WMP11 I open url mms://1.2.3.4:1234 and get the video (a bit choppy) and no audio.
On the VLC server side I get error:
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00000435] main stream output error: invalid chain
[00000436] stream_out_transcode stream out error: cannot create chain
[00000435] main stream output error: stream chain failed for `transcode{vcodec=WMV2,vb=800,scale=1,acodec=wma,ab=128,channels=2}'
[00000434] main input error: cannot start stream output instance, aborting
[00000447] main access out: creating httpd
[00000538] a52 packetizer: A/52 channels:6 samplerate:48000 bitrate:448000
[00000441] stream_out_transcode stream out error: cannot find audio encoder (module:any fourcc:wma )
[00000441] stream_out_transcode stream out error: cannot create audio chain
[00000538] main packetizer error: cannot create packetizer output (a52 )
What do I need to do to get the audio working?
As a side note, If I don't transcode and leave it and play w/ VLC player it works fine.

Streaming VOB file using VLC to Windows Media Player
Try mp3 as the acodec instead of wma