there is nothing unusual in the log file. here is the very simple
script. i'm running jackd 0.109.2 with the dummy backend. liquidsoap
is version 0.3.8.1+svn20090105-1 (package for debian).

set("log.file.path", "/tmp/liquidsoap.log")

set("harbor.bind_addr", "0.0.0.0")
set("harbor.port", 8005)
set("harbor.password", "xxx")

stream_1 = fallback(track_sensitive = false, [input.harbor("1"), blank()])
stream_2 = fallback(track_sensitive = false, [input.harbor("2"), blank()])

jackin = input.jack(id="mix_stereo")
jackout_1 = output.jack(id="stream_1", stream_1)
jackout_2 = output.jack(id="stream_2", stream_2)

output.icecast.vorbis(
  host = "localhost",
  port = 8000,
  password = "xxx",
  mount = "stereo.ogg",
  quality = 8.0,
  samplerate = 48000,
  jackin)


On Sun, Jan 11, 2009 at 2:59 PM, Romain Beauxis <to...@rastageeks.org> wrote:
>        Hi !
>
> Le Sunday 11 January 2009 14:53:50 Oliver Oli, vous avez écrit :
>> I'm trying to run liquidsoap at 48khz, but I'm getting lots of droputs
>> in the ogg stream. jackd is running at 48khz and the ogg stream is
>> also configured to 48khz? switching to 44.1khz eliminates the noise,
>> but I would like to run liquidsoap at 48khz. any ideas?
>
> Which version of liquidsoap are you using ? Could you show us a script and the
> corresponding log ?
>
> Thanks !
>
>
> Romain
>

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to