Thanks. I will try that when our currently on air broadcaster finishes his 
show. don’t want break his show haha.
out of curiosity what’s the difference between what I had and the script in 
your email in terms of what does that do that mine wasn’t etc? trying to get a 
feel for this program. We plan to put up a few other mounts and this seems to 
be the perfect solution if I can figure the darn thing out.
Thanks again.
ashley (KC1CPS

> On Nov 11, 2015, at 12:02 PM, Sarah Alawami <[email protected]> wrote:
> 
> Actually you will want somethingn like this then.
> 
> # Serveur settings
> set("harbor.bind_addr","0.0.0.0")
> 
> # A playlist
> 
> playlist = mksafe(playlist("/home/marrie125/pls/christmas/", mode="random"))
> 
> # A live source
> live = input.harbor("live",port=8000,password="testing")
> 
> # fallback
> radio = fallback(track_sensitive=false,
>                  [live,playlist])
> 
> 
> # output it
> output.icecast(%mp3(bitrate=320), 
> radio,mount="/stream",host="ke7zum.tffppodcast.com 
> <http://ke7zum.tffppodcast.com/>",port=80,password="testing",description="whatever
>  happens happens, weather it's a walk through, a music show, or an interview, 
> it's here.",url="http://tffppodcast.com/listen 
> <http://tffppodcast.com/listen>")
> #I have an ogg stream here to test later
> #output.icecast(%vorbis(quality=2), 
> #radio,mount="hq1",host="ke7zum.tffppodcast.com 
> <http://ke7zum.tffppodcast.com/>")
> output.icecast(%mp3(bitrate=128), 
> radio,mount="/mp3-128",host="ke7zum.tffppodcast.com 
> <http://ke7zum.tffppodcast.com/>",port=80,password="testing",description="whatever
>  happens happens, weather it's a walk through, a music show, or an interview, 
> it's here.",url="http://tffppodcast.com/listen 
> <http://tffppodcast.com/listen>")
> output.icecast(%mp3(bitrate=96), 
> radio,mount="/mp3-96",host="ke7zum.tffppodcast.com 
> <http://ke7zum.tffppodcast.com/>",port=80,password="testing",description="whatever
>  happens happens, weather it's a walk through, a music show, or an interview, 
> it's here.",url="http://tffppodcast.com/listen 
> <http://tffppodcast.com/listen>")
> 
>> On Nov 11, 2015, at 8:56 AM, Ashley Bernard <[email protected] 
>> <mailto:[email protected]>> wrote:
>> 
>> What we’re actually trying to do is this.
>> 
>> 
>>> we want music streaming while we’re not live. when we do go live, we still 
>>> want automation to carry on and then take over again when we’re done. 
>>> Hence, two different mounts, I think.
>> I could have the basic layout wrong. I took that script from someone who was 
>> helping us on one of our other servers, then basically abandoned the project.
>> As far as logs go, the only things that look off are that I appear to be 
>> missing some modules, and there was some sort of issue with the ogg decoder.
>> Hope this info helps someone.
>> Ashley (KC1CPS)
>> 
>>> On Nov 11, 2015, at 11:49 AM, Chuck Doolittle <[email protected] 
>>> <mailto:[email protected]>> wrote:
>>> 
>>> Is this part what you really want?   An output in MP3format, but with .ogg 
>>> extension?
>>> 
>>> output.icecast(%mp3,
>>> name="IVR automation", description="live automation for ivr",
>>> host="server.inner-visions.org <http://server.inner-visions.org/>", 
>>> port=8000,
>>> password=“mypass”, mount="stream.ogg",
>>> radio)
>>> 
>>> Chuck, N1SPX
>>> ------------------------------------------------------------------------------
>>> _______________________________________________
>>> Savonet-users mailing list
>>> [email protected] 
>>> <mailto:[email protected]>
>>> https://lists.sourceforge.net/lists/listinfo/savonet-users 
>>> <https://lists.sourceforge.net/lists/listinfo/savonet-users>
>> 
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Savonet-users mailing list
>> [email protected] 
>> <mailto:[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