Hi all, I hope i'm not starting a duplicate topic... Here's the situation: I need to get vlc stream some video files from a servlet in a webapp. For this i was planning to use Runtime.getRuntime().exec(vlcCommand); in a new thread. I know this might not be the optimum solution but it is the only one...