I'm using liquidsoap 0.9.2-1 on Ubuntu Karmic. I seem to run into a limit
with the request.queue/equeue, as i can't seem to insert more than 50 items
in the queue. After that i just get "Unable to create a request!" message.
Am i missing something/doing something wrong ? Is there a way around this ?

Here is my liquidsoap script for information :

        set("log.file.path",
"/home/raph/Projects/rzz_website_new/log/liquidsoap.log")
        set("server.telnet",true)
        queue = request.queue(id="main_queue")
        security =
single("/home/raph/Projects/rzz_website_new/share/media/security.mp3")
        full = fallback(track_sensitive = false, [queue, security])

        output.icecast.vorbis(
            host = "localhost",
            port = 8100,
            password = "zero",
            quality = 8.0,
     mount = "zero.ogg",
            full
        )

        output.icecast.lame(
            host = "localhost",
            port = 8100,
            password = "zero",
            bitrate = 128,
     mount = "zero.mp3",
            full
        )

-- 
Raphaël AMIARD
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to