Search found 1 match

Go to advanced search

by rlh
20 Sep 2006 14:17
Forum: Web and scripting
Topic: Launching VLC stream from a Tomcat webapp
Replies: 0
Views: 1415

Launching VLC stream from a Tomcat webapp

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...

Go to advanced search