Hey folks, sorry if this is covered somewhere already, I've searched a bit but haven't come up with anything...
I want to be able to play an http stream for a set period of time, then switch to a new stream. Ultimately I'll be wanting to toggle through a number of streams, either in sequence, or changing randomly. Only way I've come up with so far is to create a looped batch file and run a process killer every so often to kill the running copy, so it can restart with the next stream on command line, but that's clunky and ugly... and I figure with everything else it can do, VLC must be able to handle this too?
Thanks, all!