I downloaded and installed VLC 0.8.6a. Using it, I'm trying to transcode a MPEG4 streaming video source to WMV and stream the WMV to clients at real time. However, when I use Windows Media Player 10 to view it, it's only black screen. It looks like the connection is fine. The media player receives data. I used mms://<host IP>:8080 on client side. Here's the comand line for VLC:
vlc -vvv rtsp://<URL of video source> :sout=#transcode{vcodec=wmv3,vb=1024,scale=1,acodec=wma,ab=32,channels=2}:duplicate{dst=std{access=mmsh,mux=asfh,dst=:8080}}
I'm brand new to VLC. Anyone can see the problem?
Thanks!