Yep I got it to work. I had to I think put the leding slash like this.

/stream

or 

/mpe-96

If you want to see whaat I have  then try http://ke7zum.tffppodcast.com:80 
which should be the status  page.

Blessings and happy Friday.
> On Dec 5, 2014, at 6:35 PM, John Plsek <[email protected]> wrote:
> 
> with the mount name, I didn't put the leading / - the script I posted is 
> unchanged from successful testing - but, that may be a difference between 
> liquidsoap 1.0.1 (which you are using) and 1.1.1 - the fact that it inserts 
> the / if you didn't put it there
> 
> Do you mind posting your script one more time (with passwords changed of 
> course)?
> 
> On 6 December 2014 at 13:26, Sarah k Alawami <[email protected] 
> <mailto:[email protected]>> wrote:
>  Yeah they are, or at least they should be. I pasted them in from the ice 
> cast xml, and I can successfully connect. from my computer using the same  
> info. I can check again, but I'm 95 percent sure they are correct.
> 
>> On Dec 5, 2014, at 6:20 PM, John Plsek <[email protected] 
>> <mailto:[email protected]>> wrote:
>> 
>> I've never been able to get a 404 error when trying to stream to icecast - I 
>> tried all sorts of stuff, are you sure there isn't some typo somewhere in 
>> your script, i.e. the host name and password are definitely correct?
>> 
>> On 6 December 2014 at 13:15, Sarah k Alawami <[email protected] 
>> <mailto:[email protected]>> wrote:
>> Hmm. Strange. Yeah. I really dunno what's going on. I like the cross fade 
>> function. Lol! I'm running the latest liquid soap on Debian 7.6 which should 
>> not make a difference.  I stopped the script for now as I forgot I had it 
>> running for the last 24 hours. Oopsy doodle.  I believe I coded everything 
>> right. Should I try a different port? I t binds but the mounts don't. Odd. 
>> 
>> Now I'm totally stumped.  and I don't think it's my fault this time. Lol! 
>> Hehahaha.
>> 
>> Blessings and happy Friday.
>> 
>>> On Dec 5, 2014, at 5:56 PM, 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] <mailto:[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_______________________________________________
>>>  
>>> <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 
>> <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_______________________________________________
>>  
>> <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 
> <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