BTW - I forgot how flexible icecast is (compared with shoutcast) - I forgot
that, given the right level of access you can create mount points simply by
streaming to them. Hence my confusion early on!

On 6 December 2014 at 12:56, John Plsek <[email protected]> wrote:

> I basically duplicated what you have posted in the various threads, even
> installed icecast - obviously I had to make changes to some of the values
> in the liquidsoap script - but - it works
>
> The only difference is that I'm running liquidsoap 1.1.1 on windows
>
> Here's the script I use - I'm pretty sure it's exactly like your latest
> one, except the site specific values have changed, obviously - I also added
> smart_crossfade and normalize to the playlist just for fun
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *# Server settingsset("harbor.bind_addr","0.0.0.0")# A playlist - using a
> folderplaylist = mksafe(smart_crossfade(normalize(playlist("./pls"))))# A
> live sourcelive = input.harbor("live", port=8001, password="whatever")#
> fallbackradio = fallback(track_sensitive=false, [live, playlist])# output
> itoutput.icecast(%mp3(bitrate=320), mount="stream1.mp3", port=8000,
> host="localhost" ,password="hackme",
> radio)output.icecast(%mp3(bitrate=128), mount="stream2.mp3", port=8000,
> host="localhost", password="hackme",
> radio)output.icecast(%mp3(bitrate=96),  mount="stream3.mp3", port=8000,
> host="localhost", password="hackme", radio)*
>
> On 6 December 2014 at 12:22, Sarah k Alawami <[email protected]> wrote:
>
>> Oh the play list loads as I  stated. I hard coded the path but my mount
>> points don't load. I get a 404 not found for the mount point itself.
>>
>> 2014/12/05 17:21:45 [/stream:3] Connecting mount /stream for
>> [email protected]...
>> 2014/12/05 17:21:45 [/stream:2] Connection failed: 404, Not found
>> (HTTP/1.0)
>> 2014/12/05 17:21:45 [/stream:3] Will try again in 3.00 sec.
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>> with Interactivity, Sharing, Native Excel Exports, App Integration & more
>> Get technology previously reserved for billion-dollar corporations, FREE
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Savonet-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>>
>
>
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to