I'm a happy VLC user, everything just works fine.
Tough I'm not completely satisfied, I'd like to use VLC as a streamer for an (internal) 'radiostation'. This system will require an advanced script to determine which track should follow (and should be streamed to the network).
I'll illustrate this:
or* VLC asks programm (ex., php ~/radio.php) for the filename of a new track.
* VLC will just play this track
> Start over
The last solution is working partly. It will start and with the -L option will loop. Problem: VLC caches the playlist file. So it will play the same track over and over. (I checked the m3u gave a different file second time).* VLC asks an external playlist (ex., http://example.com/radio.php/dummy.m3u (will be handled by radio.php)) an webserver will return the name (and location) of the new file
* VLC will just play this track
> Start over
Is there an possibility to disable the playlist cache or let a program determine the next track? $ vlc --longhelp --advanced --help-verbose was nice but wasn't helping...
Thanks in advance!
Ubuntu 7.10
Code: Select all
adriaan@adriaan:~$ vlc --version
VLC media player 0.8.6c Janus
VLC version 0.8.6c Janus
Compiled by buildd@king.buildd
Compiler: gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)