Hi Boris! Le 10 mars 2011 13:15, Boris Zhidkov <[email protected]> a écrit : > Hi, all. > I want to manage streams dynamically, so I need to generate .liq scripts and > execute them in some way. > How can I realize it? > Is it possible to run liquidsoap scripts via telnet? Or must I replace > scripts in /etc/liquidsoap and restart init.d/liquidsoap everytime I > generate new scripts?
You have many possible ways. The simplier is to generate .liq scripts in /etc/liquidsoap and start/stop them using init.d. However, current init script starts/stop all scripts I believe.. You may as well use a recent liquidsoap (SVN/hg) and dynamically create/destroy sources in your script. For instance, you can register a telnet/server command that creates a new source/output and a command that destroys that source. I can give more details about this if you are interested. Romain > --------------------------- > Thanks, Boris Zhidkov > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users > > ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
