2011/7/21 David Baelde <[email protected]>: > On Thu, Jul 21, 2011 at 7:14 PM, Romain Beauxis <[email protected]> wrote: >> * Icecast 2: does not work >> In the case of icecast 2, here are the received user and password: >> user: "source" and password "hackme\000" >> As you can see, there is a trailing \000 character which makes >> liquidsoap fail (and probably other softwares). > > Wouldn't it work to set password="hackme\000" in the harbor source? > (One problem, though, is that we might not have the \000 syntax...) Or > change the password in nicecast (perhaps this only happens with the > default password)? These could be cheap workarounds, waiting for > nicecast to fix its bug.
If happens with any password.. It most likely is an off-by-one bug in a strcp or something like that.. Changin harbor's passord to "foo\000" would work indeed (provided liquidsoap can parse it), but other clients will fail to login in this case.. I think that using Icecast 1 or shoutcast is probably the best option for now.. Romain ------------------------------------------------------------------------------ 5 Ways to Improve & Secure Unified Communications Unified Communications promises greater efficiencies for business. UC can improve internal communications as well as offer faster, more efficient ways to interact with customers and streamline customer service. Learn more! http://www.accelacomm.com/jaw/sfnl/114/51426253/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
