It appears the problems continue unfortunately. I modified my .liq file so it looks like: output.shoutcast(%mp3,name="OrbitalGrooves.com",description="OrbitalGrooves",bitrate=192,host="IPADDRESSHERE", port=PORT#HERE, password="PASSWORDHERE", restart=true, genre="genres", url="http://www.orbitalgrooves.com", mksafe(playlist("playlist.pls")))
It's worth noting that minus the %mp3, the syntax above did work for me on the previous version of Liquidsoap. Liquidsoap appears to not like having a description in this function any longer. So I removed description, and then it started complaining about bitrate. It appears that more has changed than the name of the output.shoutcast.mp3 function? How do I continue to specify the yellowpages information for the station??? Even the example shoutcast.liq that you provide does not include these other required fields. It seems like at minimum your example shoutcast.liq and website need updated to reflect the proper FULL syntax for streaming to Shoutcast. thanks Max On 10/11/2010 12:30 PM, Romain Beauxis wrote: > Le lundi 11 octobre 2010 11:18:27, Maxwell Rathbone a écrit : >> Thank you sir! I ran: >> >> yum whatprovides /usr/bin/libX11.so >> >> it told me that this file is provided by libX11-devel, which was not >> installed. Simply installing this package provided what was necessary to >> allow the compile to proceed! woo ho! > Yeah!! > >> I did encounter one one more problem I wanted to pass on to you. When I >> was done running make, it completed with no errors. However, when I ran >> make install, I received an error: >> [r...@music liquidsoap-full-1.0.0-beta1]# make install >> make -C liquidsoap install >> make: *** liquidsoap: No such file or directory. Stop. >> make: *** [install] Error 2 >> >> I did discover if I: >> cd liquidsoap-1.0.0-beta1 >> adduser liquidsoap >> make install >> >> it appears to have properly installed the binary and appears to be >> running properly. >> >> I think something might be up with your installation process, so I >> wanted to pass this on. > Thank you very much for that! This is indeed a bug in the install process, we > should fix it in the second beta (coming soon!). > >> It looks like it is running properly.. although my .liq file appears to >> no longer have proper syntax as I'm getting unbound symbol >> output.shoutcast.mp3. Looks like I still have some more research to do >> before I get this working! :) > Yes, indeed. The encoding format has been turned into a parameter so that > instead of having multiple output.shoutcast.*, you now write: > output.shoutcast(%mp3, ...) > > > I think that this is the most important change. More or less, after changing > this, everything should be alright! > > Romain ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
