Hi,

On Sun, Mar 13, 2011 at 11:12 AM, Elliott Barnes
<[email protected]> wrote:
> I'm using the latest daily package that I could find
> (liquidsoap_1.0.0~beta1+svn20101203-1_i386.deb).

Excellent.

> When the script is
> loaded, the mountpoints are created, but as I mentioned no audio
> output can be heard.

Ok, let's try to get more information. If this happens immediately and
everytime, it should be quite easy to figure out.
 * Start it with telnet server enabled, spy on requests in use
(commands request.alive, request.metadata) and stress it (command:
<output>.skip). Is it stuck on one request, or acting as if it was
streaming normally?
 * Can you test with a soundcard output rather than icecast? Does it
change anything?

You can also define another mksafe at the beginning of your script,
that'll play a sine instead of silence when the source is unavailable,
so you can tell what's going on:
def mksafe(s)
  fallback(track_sensitive=false,[s,sine()])
end

> I haven't yet tried setting the log level to 4 (I assume this has to
> be defined in the script itself?)

Either set("log.level",4) in the script or passing --debug on the command line.

Good luck,
-- 
David

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to