I'm trying to launch several liquidsoap processes simultaneously. I
was able to do it with previous build. But now I'm getting:

init: exception encountered during main phase:
  Failure("port 8005 already taken")
exception: Failure("port 8005 already taken")

And when I check a list of listening processes I indeed see liquidsoap
listening on 8005 port, even though I do not have harber input defined
in my conf script. I do not remember liquidsoap listening to anything
on my previous build. But it now crashed :| So I've compiled fresh one
from trunk. The only thing I didn't put in was jack.

Is there anyway to disable harbor maybe? Actually I will need it at
some point when live stream gets finally activated. So not sure how do
I launch multiple liquidsoaps in this situation. I'm running
liquidsoap as daemon (Fedora).

Here is a head of my conf file, which has a bunch of other util
functions that cross-fade streams, switch channels etc, basically I'm
including this shared header into separate liqs:

set("log.file.path", "/var/log/liquidsoap/simple.log")
set("log.level", 2)
set("init.daemon.pidfile.path", "/var/run/liquidsoap/liquidsoap.pid")

host="localhost"
port=8889
pass="..."
url="..."
desc="..."

....

All I get when I launch liquidsoap on all scripts is that only first
liq gets activated, I guess that's because the rest encounter the
error above.

Any help appreciated :|


Davit Barbakadze

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to