hi there, I got a little problem. I have a working icecast server and untill now i only used to have 1 stream at the time. But now i want to add a second stream. In the icecast logs i see it connect okay, and ices happly streams but when i try to connect to the second stream i only hear the first stream. I looked into the config file and changed "mount_fallback" into zero, but now i get a 404 for both streams. I use ices 0.2.3 and icecast 1.3.12-rc1 on a gentoo linux system i use this to stream> ices -h 127.0.0.1 -p 8000 -P <pass> -m mountpoint1 -F ../list > ices -h 127.0.0.1 -p 8000 -P <pass> -m mountpoint2 -F ../listfrom the logs of icecast -> [09/Jan/2003:15:59:04] Accepted encoder on mountpoint /mountpoint1 from 127.0.0.1. 1 sources connected -> [09/Jan/2003:15:59:34] Accepted encoder on mountpoint /mountpoint2 from 127.0.0.1. 2 sources connected mpg123 http://127.0.0.1:8000/mountpoint1.pls gives "HTTP request failed: 404 Stream not found" from the icecast log again -> Kicking unknown 2 [127.0.0.1] [No encoder], connected for 0 seconds Does anyone of you have an idea what i'm missing or what i should change? Thanx in advance Matthijs -- M.C. van Dorp <matthijs@netintegrator.nl> Netways Internetworking B.V. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Thu, 9 Jan 2003, M.C. van Dorp wrote: | mpg123 http://127.0.0.1:8000/mountpoint1.pls gives "HTTP request failed: | 404 Stream not found" Drop the ".pls" When you specify a mount point in your streamer, it is literal... so you should be connecting to: http://127.0.0.1:8000/mountpoint1 with no .pls at the end. /dale --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
okay, when i try it from my own pc with http://127.0.0.1:8000/mountpoint1 it works, but if i try to do it over my lan it gives again a 404. o http://127.0.0.1:8000 works, http://10.0.0.7:8000 doesn't thanx again <p>> On Thu, 9 Jan 2003, M.C. van Dorp wrote:> > | mpg123 http://127.0.0.1:8000/mountpoint1.pls gives "HTTP request failed: > | 404 Stream not found" > > Drop the ".pls" > > When you specify a mount point in your streamer, it is literal... so you > should be connecting to: > > http://127.0.0.1:8000/mountpoint1 > > with no .pls at the end. > > /dale > Unsubscribe messages sent to the list will be ignored/filtered.-- M.C. van Dorp <matthijs@netintegrator.nl> Netways Internetworking B.V. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
If you're streaming .ogg with oddcast/winamp try :port/mountpointname.ogg ( That's what works on my ogg stream on http://rva.freesounds.net/ ) Good luck! g. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.