Hi Damien, I think I know what's going on, and I've said something wrong before.
If you download a file, its extension is not preserved. In your case, the extension is not even visible. And if you don't have ocaml-magic, the file extension is used in some places as an indicator of the file type. One of these places is the MP3 (audio and metadata) decoder. The motivation is that MP3 is so loose as a format that MP3 decoders could decode anything as MP3, so we have to make checks before attempting it. (You should be able to see this if you enable debugging-level logs, ie. level 4.) You should be fine after recompiling with ocaml-magic. Actually, I though the configure complained if you don't have it. Did you not get an error? Cheers, -- David ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
