i want to stream video files using VLC. my requirement is something like this-
- a web service receive a file from client and store it in a configured directory.
- vlc will automatically pick that video and prepare that video to stream on demand.
Note: http://wiki.videolan.org/Documentation:Streaming_HowTo_New - i found this but not solve my problem.