Thats what my script  does.  They connect to a different port I think in my 
case 8000 while the real server is on port 80.
> On Nov 11, 2015, at 12:37 PM, Ashley Bernard <[email protected]> wrote:
> 
> oh of course. silly me, I think
> so I have my fully functional script, and it’s running fine. the problem I 
> have is that when a live broadcaster tries to connect to the mount, they 
> can’t do so because of the liquid soap file.
> what I need to happen is that when another user connects, the liquid soap 
> file no longer broadcasts to that mount, and when they disconnect, it picks 
> back up.
> Is this workable, or would this be something for me to figure out on the 
> icecast end of things?
> Thanks to you all.
> Ashley (KC1CPS)
> One more question for the night
>> On Nov 11, 2015, at 3:06 PM, Markus Koller <[email protected] 
>> <mailto:[email protected]>> wrote:
>> 
>> sudo service liquidsoap start/stop/restart
>> 
>> 2015-11-11 20:41 GMT+01:00 Ashley Bernard <[email protected] 
>> <mailto:[email protected]>>:
>> what is the command to start/stop/restart liquid soap?
>> 
>>> On Nov 11, 2015, at 12:20 PM, Sarah Alawami <[email protected] 
>>> <mailto:[email protected]>> wrote:
>>> 
>>> Just to let you know I'm not well versed in liquidsoap even though I've 
>>> been using it for a year now. Once you have the script set up you really do 
>>> not need to modify it so I forget a lot. You might need to restart 
>>> liquidsoap so be aware of that. 
>>>> On Nov 11, 2015, at 9:14 AM, Ashley Bernard <[email protected] 
>>>> <mailto:[email protected]>> wrote:
>>>> 
>>>> 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] 
>>>>> <mailto:[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 
>>>>>> <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 
>>>>> <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 
>>>> <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 
>>> <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 
>> <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