Hello,

Today I tested the live input via oss for one hour steaming to a MP3
file and an icecast 2 server. See config below:

set("log.file",true)
set("log.file.path","/home/fitpc2/liquidsoap.log")
set("log.stdout",true)

input = input.oss()

output.icecast.mp3(
 host="xxx",
 port=80,
 mount="xxx",
 password="xxx",
 restart=true,
 bitrate=24,
 samplerate=22050,
 stereo=false,
 input)

output.file.mp3(
 "/home/fitpc2/record-%Y-%m-%d-%H-%M-%S.mp3",
 input)

While comparing the input (played from mp3-player via line-in) and
both recorded outputs the outputs are missing 4 secs over the duration
of the stream (1 hour). So the output is 4secs shorter than the input.
The log shows loads of  "We must catchup x.xx seconds!". The CPU load
is araound 55% according to top.
How is this possible and can this be resolved?

grts, Cees

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to