Hi. I've recently begun using Liquidsoap. I upgraded from an older svn version to the latest stable 0.9..0 release. When I did, I noticed errors like the following:
TagLib: MPEG::Header::parse() -- Invalid sample rate. TagLib: MPEG::Properties::read() -- Page headers were invalid. These happen when trying to read .ogg files, so I'd guess that liquidsoap tries to use taglib's mp3 tagging on the wrong file format, hence the errors. Unfortunately, these errors keep outputting on the console, making it unusable for anything else. I then tried upgrading to the latest svn, and ran into another interesting problem. After building it, it could not find output.icecast.vorbis, and related icecast and shoutcast output plugins. I asked on the #savonet channel, and someone suggested using ocaml-cry instead. I added this to the PACKAGES file, after seeing it in the PACKAGES.default file. Firstly, ocaml-cry didn't have a valid configuration file. An error on line 32 (if memory serves) of the main ./configure script said @echo instead of echo. It couldn't find the configure script for ocaml-cry, so I used autoconf to build it. The configuration and making worked for ocaml-cry, but then later on, it gave this: In outputs/icecast2.ml: Error: Unbound value Cry.ogg_audio So there you have my current state. I don't know if upgrading to the latest svn will fix my taglib problem, and the ocaml-cry has some related issues. I hope this email helps. ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
