And what do the logs say, the script looks correct at a cursery glance I'm 
giving.

Take care.
> On Nov 11, 2015, at 8:36 AM, Ashley Bernard <[email protected]> wrote:
> 
> good luck…
> 
> # Log dir
> set("log.file.path","/tmp/auto.log")
> # Music
> myplaylist = playlist(mode="random","/mnt/hgfs/E/music")
> # start building the feed with music
> radio = myplaylist
> # And finally the security
> radio = fallback(track_sensitive = false, 
> [input.http("http://server.inner-visions.org:8000/live";), radio])
> radio = mksafe(radio)
> 
> # stream it out
> output.icecast(%mp3,
> name="IVR automation", description="live automation for ivr",
> host="server.inner-visions.org", port=8000,
> password=“mypass”, mount="stream.ogg",
> radio)
> output.icecast(%mp3,
> name="IVR mp3", description="live automation mp3",
> host="server.inner-visions.org", port=8000,
> password=“mypass”, mount="stream",
> radio)
> 
>> On Nov 11, 2015, at 11:30 AM, Sarah Alawami <[email protected]> wrote:
>> 
>> Can you paste your script in so that we may see what is going on? Of corse 
>> change the passwords.
>> 
>> Take care.
>>> On Nov 11, 2015, at 8:27 AM, Ashley Bernard <[email protected]> wrote:
>>> 
>>> I’ve written a script to stream to my icecast2 server. however when I start 
>>> the script it appears that the bitrate is low and the stream is only 
>>> repeating the first few seconds or so of the first song. What am I doing 
>>> wrong/not doing? Thanks.
>>> ------------------------------------------------------------------------------
>>> _______________________________________________
>>> Savonet-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>> 
>> 
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Savonet-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/savonet-users
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users


------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to