Hi all,
I am using vlc0.7.2 under Linux. I want to transcode a video and multicast it to other machines. I have tried this non-transcode one successful:
vlc -vvv test.avi --sout '#transcode:std:{access=udp,mux=ts,url=239.20.30.40:1234}'
but when I tanscode the video and multicast it, then it fails:
vlc -vvv test.avi --sout '#transcode{vcodec=mp1v,vb=792}:std:{access=udp,mux=ts,url=239.20.30.40:1234}'
then I cannot receive the multicast.
what's wrong did I make? Did I made wrong in the vlc command line or I missed some module in compiling?
could some one give me some suggestion? Thank you!