Hello

I've been running liquidsoap regularly for a few days, it does well
for a while but eventually loses the shoutcast output connection after
some time, meaning the servers are no longer sourced. There appears to
be no dropped connection information in the log. The log does show
liquidsoap is still running and playing tracks though. I'm using the
0.9.0 debian package. Is this  a known issue?

The outputs are set to restart at 10 second intervals, like this:

output.shoutcast.mp3(
  host = "server1",
  port = 3052,
  password = "hackme",
  bitrate = 128, stereo = true,
  public = false,
  restart = true,
  restart_delay = 10,
  radio)

output.shoutcast.mp3(
  host = "server1",
  port = 3054,
  password = "hackme",
  bitrate = 64, stereo = true,
  public = false,
  restart = true,
  restart_delay = 10,
  radio)

output.shoutcast.mp3(
  host = "server1",
  port = 3056,
  password = "hackme",
  bitrate = 24, stereo = true,
  public = false,
  restart = true,
  restart_delay = 10,
  radio)

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to