Re: [Savonet-users] Liquidsoap HDSP 9632

2009-03-10 Thread David Baelde
On Wed, Mar 11, 2009 at 12:25 AM, wrote: > I've tried to change the frame.samplerate to 48000 and withdifferent > values for he direct input.alsa - but no changes - I've the same error log > : Error while setting rate: Alsa.Invalid_argument! Ah, that's annoying. I don't know what more to try...

Re: [Savonet-users] Liquidsoap HDSP 9632

2009-03-10 Thread noserver
Hi David, also many thanks for your quick answer and the explanations. > Here, you should force liquidsoap's internal samplerate to match one supported by your card. The default is 44100, perhaps your card only takes 48k? In any case, you can change it using > set("frame.samplerate",48000). For

Re: [Savonet-users] Liquidsoap HDSP 9632

2009-03-10 Thread noserver
Hi Romain, many thanks for your answer. Romain Beauxis a écrit : > Hi ! > >>> input= input.jack(id="input") >>> >>> this stop liquidsoap and log : >>> 2009/03/09 01:18:18 [stderr:3] ERR: jack_wrapper.c::JACK_OpenDevice(838) >>> jack server not running? >> It's good that you sent a separate

Re: [Savonet-users] Streaming theora video failed.

2009-03-10 Thread Romain Beauxis
Le Tuesday 10 March 2009 15:43:26 Romain Beauxis, vous avez écrit : > mplayer is generaly not very good for decoding live Theora streams, while > vlc behaves quite good. Also, you can expect a commit to enhance this very > soon. Done ! Our ogg page muxing is the better possible one now :-D Romai

Re: [Savonet-users] periodic metadata rewriting

2009-03-10 Thread David Baelde
Hi, Gergely CZUCZY wrote: > However, i've read > through the 0.3.8 and 0.9.0 API reference, but I couldn't find any > functions that might give me the next song, or anything. I've also > checked the queues, if there might be something. Yes, we still haven't found a way to auto-generate the refere

Re: [Savonet-users] Streaming theora video failed.

2009-03-10 Thread Romain Beauxis
Hi ! Le Tuesday 10 March 2009 15:25:30 fruity, vous avez écrit : > # output to a icecast server > output.icecast.theora(port=8000, password="passwd", host="icecast", > mount="test.ogv", name="test.ogv", protocol="http", > genre="Experimental,Eclectic,Free pirate radio", description="Online

[Savonet-users] Streaming theora video failed.

2009-03-10 Thread fruity
Hi to all, I'm doing something wrong here, I just copy paste the example from toots blog on rastageeks to stream a theora video. # Log to stdout set("log.file",false) set("log.stdout",true) # Disable real-time processing, to process with the maximun speed set("root.sync",false) # Enable video se

Re: [Savonet-users] periodic metadata rewriting

2009-03-10 Thread Gergely CZUCZY
We've got a switched am/pm playlist, that makes our source, and that's put out in two formats. So we're using playlist(). However, i've read through the 0.3.8 and 0.9.0 API reference, but I couldn't find any functions that might give me the next song, or anything. I've also checked the queues, if t