Hi, I'm having another problem with Liquidsoap.

I use this minimal setup:


### INIT
set("init.daemon", true)
set("init.daemon.pidfile", true)
set("init.daemon.pidfile.path", "/usr/local/var/e-tunes.net/run/mixing.pid")

### LOGGING
set("log.file.path", "/usr/local/var/e-tunes.net/log/mixing.log")
set("log.stdout", true)
set("log.level", 3)
set("scheduler.log", false)

### TELNET
set("server.telnet", true)
set("server.telnet.port", 4023)

### HARBOR
set("harbor.bind_addr", "0.0.0.0")

meta_full = blank()

output.icecast( name = "hallo", protocol = "icy", icy_metadata = "false",
                password = "amscsrc", port = 4070, restart = true,
                %mp3(bitrate = 128, samplerate = 44100, stereo = true),
                meta_full )


But liquidsoap just stops right after starting, without any errors to the
logs or the command line. I have --enabled-debug while configuring, and
I did a hg pull; hg up just before configuring today, yet, I have absolutely
no error messages, nor does it work.

Any Ideas why that is?

Cheers,
--polemon

-- 
echo "[email protected]" | tr '[a-z]' '[n-za-m]'

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to