Ive had success streaming specific files using VLC, but what I would like to do is use VLC to stream the contents of a folder, preferably not using playlists as the contents of the directory will change and I'd like the new videos to get in line and be streamed without changing a script or restarting VLC. So this is my requirements:
command line:
Linux(CentOS5.1)
stream all *.avi from a certain folder
When a new video is put in the directory it is put in queue and will play without starting VLC(This may not happen but it's on my wishlist) If I can at least get it to stream *.avi in a directory then I can set a cron job to just restart my VLC script every 15 minutes or so.
is it even possible to stream the contents of a folder? I have searched far and wide on the great interwebs and have not seen this mentioned anywhere.
Thanks!
j