Reply To: /usr/bin/wavstreamer and sqlite.h

#3503
rpedde
Participant

wavstreamer is a helper for the server-side transcoding. If you wanted to serve .ogg files or .flac files to iTunes, wavstreamer helps that process. It should be a regular /usr/bin type program.

If you want to build the RPMS with full transcode support, you’ll need to compile using:

–enable-oggvorbis –enable-flac

And you’ll need libvorbis and libflac as deps (and the -devel packages as build deps)

You’ll also need to put one of the ssc programs (contrib/mt-daapd-ssc.sh or contrib/mt-daapd-ssc.pl) somewhere, and make the default config file point to it.

It does indeed require sqlite 2.8.x. It will eventually target either sqlite or sqlite3, but right now it only targets sqlite.

— Ron

P.S. Good to see you back.