Hi,
I'm developing a subsonic client for Linux, and for the playing part I'm trying some librairies.
FMOD seems to be quite simple to use, and can open remote sound files.
So when I try to open files like http://ulrar.net/song.mp3 it works fine.
But with the subsonic API, the address look like that : http://subsonicserver/rest/stream.view? ... 6.0&c=test
FMOD just can't open it, I believe it is because the file extension just don't match anything usable with FMOD (It can't open .view files, of course).
I tried to add a &dumy=stream.mp3 at the end of the URL, but it don't worked.
So my question, is there a way to get, with the standard API, a link like http://subsonicserver/rest/something.mp ... otherthing ?
I don't know, could be something like the id song with the extension, like 4325sfz223fesdf32.mp3?u=user&p=password ?
