Hi,

2010/12/9 Vincent Cassé <[email protected]>:
> Nevertheless, the application must manage :
> - The "live" : to manage the mic input of soundcard (mic level and power on
> / power off)
> - The schedule : to manage the diffusion of programming events
> (advertisements, rediffusions ...)
> - The rotating playlist : to manage rotate of sound contains in a playlist.

I think you need a new, specific tool. For instance, none of our
prototype tools has support for playlist rotation.

> I know that is a big project.
> I'm ready to try this, but I have not a big time ...

Not such a big project if you use a simple framework. Have a look at
the code of liguidsoap: it's a GUI in python, with easy control of
liquidsoap via telnet. After all, all you need is a few buttons
connected to telnet commands, and a simple status monitoring.

It's also possible to do it in PHP. I wouldn't do that (I basically
never code in PHP) but some people did, and that may be more
comfortable for you.

> Have you resources about the programmation with liquidsoap (I know the doc)
> (examples programming, interface C/Liquidsoap ...) ?

The only interface to liquidsoap is through the server, and it works
for all languages. All you need to learn about is how to control
liquidsoap through the server: setup the right operators, give them an
ID, enable the server, you're all set. You can do it by hand at first,
then write text-based scripts, then a simple GUI.

Cheers,
-- 
David

------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to