Hi Mike,

When I looked at your script and noticed your use of ALSA, I remembered something I read in the PACKAGES file:

# ALSA is only for LINUX, and is sometimes not working.

This might be where it sometimes doesn't work. If so, I'm curious as to why.

Damien

On 09/24/11 00:23, Mike Owens wrote:
I just installed liquidsoap 1 beta on an Ubuntu Natty machine and when I stream out, I am hearing the original stream but slowed WAY down. It sounds like slow motion -- I have never had this happen with liquidsoap. I've tried two different icecast servers and it is the same on both. I am not sure it this is an Ubuntu issue, sound card, issue, alsa issue, or liquidsoap. I have no idea what is going on.

Any help greatly appreciated. The following is my test script:

#!/usr/bin/liquidsoap

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

# Stream to shoutcast server
output.icecast (
   %mp3(bitrate=128, samplerate=44100, stereo=true, quality=5),
   host = "10.1.1.118",
   port = 8000,
   password = "passwd",
   mount = "stream_test",
   input.alsa(device="hw:0,0")
)


--
Mike Owens



------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to