Lol. hence why that 128 and what ever else I set up should have worked.  as 
they are basically un the fly, unless I stop the script, or the server shuts 
down, or they reboot the real machine on which this thing is hosted. 

I think I know the problem in lookin g at the script again but I'm not sure. I 
think I forgot to put a slash before the mount. EG

mp3-128 vs /mp3-128

but I'm only grasping at straws here.

Blessings. 
> On Dec 5, 2014, at 6:01 PM, John Plsek <[email protected]> wrote:
> 
> 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] 
> <mailto:[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 settings
> set("harbor.bind_addr","0.0.0.0")
> 
> # A playlist - using a folder
> playlist = mksafe(smart_crossfade(normalize(playlist("./pls"))))
> 
> # A live source
> live = input.harbor("live", port=8001, password="whatever")
> 
> # fallback
> radio = fallback(track_sensitive=false, [live, playlist])
> 
> # output it
> output.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] 
> <mailto:[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 
> <http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk>
> _______________________________________________
> 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>
> 
> 
> ------------------------------------------------------------------------------
> 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