Is it possible to show a video via a Beamer and just stream the sound in realtime?!
Yes
I already tried to do this with a Winamp stream, which works, but the sound is not syncron with the Pictures
I would suggest something like that :
On the server (machine with the beamer that streams the audio), start 2 VLC. One will be the streamer, it will stream the sound in multicast for everyone and the picture in unicast to itself (you will have to use the
es module of
stream output, have a look at the VideoLAN Howto and the VLC User Guide). The other VLC will be the one that decodes and displays the video.
By doing this, there will be the same buffering between audio and video (except the latency of the LAN, but it is often very low, and you can play with the input buffer of the video decoder if needed).
2. Can one Server stream various Movies??
If you use VLS, yes, but you will not be able to stream video and audio separately.
If you use VLC,
at the moment, you need to start one new VLC for each stream. But that will probably get possible in a little time.