I have an application that updates videos in a directory and several clients display these videos with a browser (HTML5/HTTP). Now I would like to change this to a multicast stream to reduce the network traffic. It should work like this: VLC picks a random file from a directory and streams it. When ...