Hello. I want to configure an audio streaming server on a linux machine(Fedora Core 1) in the following way: i want to receive data from internet(a radio) and to transmit it into my local network.I want to ask you for you help,if you can tell me a solution for this(preferably,non-GUI solution). I found the xmms-liveice project and it is what i need:i put into xmms playlist the radio's url,then xmms connects to icecast server,but when i hit play in xmms,it exits,and icecast reports(i tried a few times): -> [31/Aug/2004:09:48:19] Accepted encoder on mountpoint /live_xmms from 127.0.0.1. 1 sources connected -> [31/Aug/2004:09:48:19] Lost connection to source on mount /live_xmms, waiting 30 seconds for timeout -> [31/Aug/2004:09:48:41] Accepted encoder on mountpoint /live_xmms from 127.0.0.1. 2 sources connected -> [31/Aug/2004:09:48:41] Assigning listeners from pending source 1 -> [31/Aug/2004:09:48:41] Lost connection to source on mount /live_xmms, waiting 30 seconds for timeout -> [31/Aug/2004:09:48:41] Kicking source 1 [127.0.0.1] [Lost all clients to new source] [encoder], connected for 22 seconds, 0 bytes transfered. 1 sources connected -> [31/Aug/2004:09:48:41] Kicking all 0 clients for source 1 -> [31/Aug/2004:09:48:49] Accepted encoder on mountpoint /live_xmms from 127.0.0.1. 2 sources connected I used version 1.3.12 of icecast,because i understood that xmms-liveice plugin doesn't work with version 2. Thank you.
Andrei wrote:> Hello. > I want to configure an audio streaming server on a linux machine(Fedora Core > 1) in the following way: i want to receive data from internet(a radio) and to > transmit it into my local network.I want to ask you for you help,if you can > tell me a solution for this(preferably,non-GUI solution). > I found the xmms-liveice project and it is what i need:i put into xmms > playlist the radio's url,then xmms connects to icecast server,but when i hit > play in xmms,it exits,and icecast reports(i tried a few times): > > -> [31/Aug/2004:09:48:19] Accepted encoder on mountpoint /live_xmms from > 127.0.0.1. 1 sources connected > -> [31/Aug/2004:09:48:19] Lost connection to source on mount /live_xmms, > waiting 30 seconds for timeout > -> [31/Aug/2004:09:48:41] Accepted encoder on mountpoint /live_xmms from > 127.0.0.1. 2 sources connected > -> [31/Aug/2004:09:48:41] Assigning listeners from pending source 1 > -> [31/Aug/2004:09:48:41] Lost connection to source on mount /live_xmms, > waiting 30 seconds for timeout > -> [31/Aug/2004:09:48:41] Kicking source 1 [127.0.0.1] [Lost all clients to > new source] [encoder], connected for 22 seconds, 0 bytes transfered. 1 > sources connected > -> [31/Aug/2004:09:48:41] Kicking all 0 clients for source 1 > -> [31/Aug/2004:09:48:49] Accepted encoder on mountpoint /live_xmms from > 127.0.0.1. 2 sources connected > > I used version 1.3.12 of icecast,because i understood that xmms-liveice plugin > doesn't work with version 2. > Thank you.You can use the regular CLI version liveice with icecast v2. Get it here: http://liveice.sourceforge.net/ Stephen -- Liveice Project http://liveice.sourceforge.net/
I've succeeded with icecast's relay option.Thank you anyway. Have a nice day. On Tuesday 31 August 2004 10:07, Andrei wrote:> Hello. > I want to configure an audio streaming server on a linux machine(Fedora > Core 1) in the following way: i want to receive data from internet(a radio) > and to transmit it into my local network.I want to ask you for you help,if > you can tell me a solution for this(preferably,non-GUI solution). > I found the xmms-liveice project and it is what i need:i put into xmms > playlist the radio's url,then xmms connects to icecast server,but when i > hit play in xmms,it exits,and icecast reports(i tried a few times): > > -> [31/Aug/2004:09:48:19] Accepted encoder on mountpoint /live_xmms from > 127.0.0.1. 1 sources connected > -> [31/Aug/2004:09:48:19] Lost connection to source on mount /live_xmms, > waiting 30 seconds for timeout > -> [31/Aug/2004:09:48:41] Accepted encoder on mountpoint /live_xmms from > 127.0.0.1. 2 sources connected > -> [31/Aug/2004:09:48:41] Assigning listeners from pending source 1 > -> [31/Aug/2004:09:48:41] Lost connection to source on mount /live_xmms, > waiting 30 seconds for timeout > -> [31/Aug/2004:09:48:41] Kicking source 1 [127.0.0.1] [Lost all clients to > new source] [encoder], connected for 22 seconds, 0 bytes transfered. 1 > sources connected > -> [31/Aug/2004:09:48:41] Kicking all 0 clients for source 1 > -> [31/Aug/2004:09:48:49] Accepted encoder on mountpoint /live_xmms from > 127.0.0.1. 2 sources connected > > I used version 1.3.12 of icecast,because i understood that xmms-liveice > plugin doesn't work with version 2. > Thank you.
I installed icecast ver.1.3.12 and i used the "alias" function(i set only to relay): "alias radioname http://radiohost:port" In client's player,at the url,i typed: http://myserverip:myport/radioname" That's all(of course,i modified other parameters that suits my network configuration,but all of this is well documented into config file). Into config file,it says(it's more on alias section): "In icecast servers prior to the 1.3 release, you could run a icecast server as a relay for another icecast server, simply acting as a client on the other server and serving the local clients .... In icecast 1.3.0 and above, we make this procedure much simpler. If you want to relay a stream from another server, simply add an alias for that server.";exactly what i need. I guess it is also possible with icecast v2,and with other streaming servers that know how to relay. On Tuesday 31 August 2004 17:50, you wrote:> Andrei wrote: > > I've succeeded with icecast's relay option.Thank you anyway. > > Have a nice day. > > Please post what you did to succeed with this. > Dave