Hi, I've tried both adding the --debug peramitor to the command line and adding the command to the top of the script, however neither generate any logs. I'm unfortunately unable to test direct soundcard output; this is a remote machine that I'm working on, and I don't have physical access to it.
Thanks. Elliott. On 14/03/2011, David Baelde <[email protected]> wrote: > 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 > -- Elliott. Contact Info: Skype: bigboy11111 MSN/Windows Live: [email protected] Google Talk: [email protected] Jabber: [email protected] AIM Screen Name: elliottabarnes Website: http://ElliottB.net/ Twitter: http://www.twitter.com/elliott94 Live Journal: http://elliott94.LiveJournal.com/ Last.fm Profile: http://www.last.fm/user/elliottbarnes Facebook: http://facebook.com/elliott94 ------------------------------------------------------------------------------ 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
