Hello - I would like to transcode a DVD in realtime and stream it to a non-VLC client via http.
I have been able to configure VLC as a server to successfully do this to Windows Media Player on the client end, using the asf encapsulation, wmv video codec and mp3 audio codec using the following command line:
vlc dvdsimple://D: --intf wx --extraintf http --http-host 0.0.0.0:80 --volume=1023 --ttl=97 --sout=#transcode{vcodec=WMV2,vb=384,scale=1,acodec=mp3,ab=16,channels=1,audio-sync}:std{access=http,mux=asf,dst=:1235}
However, Windows Media Player is not compatible with Macs so I would like to stream to QuickTime which is available on both Macs and PCs. I have tried .mov as the encapsulation + a few other encapsulations and video/audio codecs but with no luck. Is it possible to stream in realtime and have Quicktime as the client?
Same question for Flash video but I understand that a future version of VLC will have .flv compatibility...
Thanks for any information you can provide.
Jim