Hi, Thank you. I am running Icecast2 and Liquidsoap in same sever. Also I am using latest beta version of Liquidsoap (1.0.1 I guess)
This problem is very strange. I have figured out the coding part caused the problem. #output.icecast(%mp3(bitrate=96), # host="localhost",port=8000,password="XXXX", # genre="Sinhala Mix",url="http://savanaradio.com", # description="Savana Internet Radio",mount="radio", # name="WWW.SAVANARADIO.COM",radio) output.icecast(%mp3(bitrate=96), host="localhost",port=8000,password="XXXX", mount="radio",full) I get that problem when I use first code (commented). When I use the second one. It works without any problem. All the problem are coming when I try to "Brand" the service. Are we not allowed to use own information ;) Any syntax error? Thanks On Thu, Oct 21, 2010 at 11:42 PM, Romain Beauxis <[email protected]> wrote: > Le mercredi 20 octobre 2010 21:40:32, Senaka Amarakeerthi a écrit : >> Hi again, > > Hi ! > >> My webcast is breaking time to time. This is the log: >> >> 2010/10/21 07:40:10 [decoder.mp4:3] Invalid MIME type for >> "/var/songs/savana.mp3": audio/mpeg! >> 2010/10/21 07:40:10 [decoder:3] Method "MP3/LIBMAD" accepted >> "/var/songs/savana.mp3". >> 2010/10/21 07:40:20 [jingles(dot)pls:3] Finished with >> "/var/songs/savana.mp3". 2010/10/21 07:40:20 [jingles(dot)pls:3] Prepared >> "/var/songs/savana.mp3" (RID 30). >> 2010/10/21 07:40:20 [random_4509:3] Switch to fallback_4507 with >> forgetful transition. >> 2010/10/21 07:42:30 [clock.wallclock_main:2] We must catchup 31.59 seconds! >> 2010/10/21 07:42:30 [radio:2] Cry socket error: could not write data to >> host! 2010/10/21 07:42:30 [radio:3] Closing connection... >> 2010/10/21 07:42:30 [radio:3] Will try to reconnect in 3 seconds. >> 2010/10/21 07:42:34 [radio:3] Connecting mount radio for >> sou...@localhost... 2010/10/21 07:42:34 [radio:3] Connection setup was >> successful. >> >> In FAQ, I found that this gets when CPU is overloaded. Any other >> possible reasons? I have hosted Icecast in a VPS with 1000MHz CPU and >> 512 mb RAM. > > Indeed.. > >> Also I have Apache running. Does Icecast2 use it? If not I can remove >> it since I am not using it. >> >> Your ideas and comments are appreciated. > > I suspect some kind of network lag: by default, Cry has a 30 sec. timeout on > its send operations, which corresponds to the lag you observe, which appears > when Cry issues a write error.. > > I am not sure about what do do though. Where is the icecast server ? I guess > its not localhost;.. Also, which version of ocaml-cry are you using ? If you > do not know, then what version of liquidsoap are you using ? > > Romain > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users > ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
