Hi, 2014-01-20 Atra Azami <[email protected]>: > I have been reading through the documentation of LiquidSoap but have been > unsuccessful in finding an answer to my question. > > I want to use LiquidSoap to create a stream where the input feed is > continuous. In other words, the input files are being fetched continuously, > so at any given time the stream only knows what it is going to play in the > coming X hours. I understand that I can achieve this by creating separate > playlists and playing them back to back, but as I understand it that would > require restarting the stream to get it to play the next playlist in the > sequence. > > Is there any way to continuously feed input files to the same stream, > without having to restart it?
Of course! If you can write your own scheduler, the simplest way is to use request.dynamic and feed it the tracks returned by your scheduling script. Have a good day, Romain ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
