Hi all,

It _seems_ that I've finally been able to hammer down the C++ linking
issue... **cross fingers**

I've uploaded a new beta binary there:
  https://sourceforge.net/projects/savonet/files/liquidsoap/1.1.0/

It includes the previously mentioned windows service facilities! It
still needs proper online documentation but here's how to use it in a
nutshell:

- Install service:
liquidsoap.exe --install-service --service-name MyStream
--service-title "My Awesome Stream" --service-description "Awesome
Radio Service" (.. options ..)

This will install a windows service running liquidsoap.exe with the
set of options declared after the service options. Once installed, you
should be able to see the service in your windows servide list and
start/stop it from there.

- Remove service:
liquidsoap.exe --remove-service --service-name MyStream

This will remove the service. No need for title and description parameters here.

You should be able to register a different service for each of the
streams you want to run.

When running windows service liquidsoap scripts, it is imperative to
_never_ print anything to stdout. It is thus a good practice to
register your service simply like this:
liquidsoap.exe --install-service --service-name MyStream
--service-title "My Awesome Stream" --service-description "Awesome
Radio Service" C:\Path\To\service.liq

And begin service.liq with:
set("log.stdout",true)
set("log.file",false)

As usual, please, test this beta binary as much as posssible and
report here any issue!

Romain

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to