MOD-File Transcoding/Streaming with XMP - [possible BUG]
Hi Guys,
I was trying to add mod-tracker playback (IT/MOD/S3M and others) via XMP (http://xmp.sourceforge.net/) and lame, but even though it works fine on CLI, the builtin-flashplayer doesn't play anything.
This is what I've done so far:
added the following transcoding line for s3m>mp3:
While this works fine on command line with
Note, I *DID* enable the new transcoding option for the player in the subsonic settings. And *YES*, the xmp binary is in subsonic's transcoding directory.
I am running subsonic 4.5 on a gentoo linux x86-amd64 machine.
BTW, the tracker file output takes a few seconds, not as fast as ffmpeg for other audio file types, could this be the reason?
If someone wants to try it, I've attached a zip archive with some tracker-files (it, s3m) to test with:
Who can help here?
best regards,
ndscham
I was trying to add mod-tracker playback (IT/MOD/S3M and others) via XMP (http://xmp.sourceforge.net/) and lame, but even though it works fine on CLI, the builtin-flashplayer doesn't play anything.
This is what I've done so far:
added the following transcoding line for s3m>mp3:
- Code: Select all
Step 1: xmp -c %s // this outputs the tracker-file to stdout as a raw pcm stream
Step 2: lame -r - - // this takes the raw stream from stdin (-r for raw input data) and outputs to stdout
While this works fine on command line with
- Code: Select all
xmp -c "modfile.s3m" | lame -r - "modfile.mp3"
Note, I *DID* enable the new transcoding option for the player in the subsonic settings. And *YES*, the xmp binary is in subsonic's transcoding directory.
I am running subsonic 4.5 on a gentoo linux x86-amd64 machine.
BTW, the tracker file output takes a few seconds, not as fast as ffmpeg for other audio file types, could this be the reason?
If someone wants to try it, I've attached a zip archive with some tracker-files (it, s3m) to test with:
Who can help here?
best regards,
ndscham