Bug 10652 - With new convert.conf doesn't play flac files
: With new convert.conf doesn't play flac files
Status: CLOSED DUPLICATE of bug 9997
Product: Logitech Media Server
Classification: Unclassified
Component: Transcoding
: 7.4.0
: Other Linux (other)
: -- normal (vote)
: 7.x
Assigned To: Spies Steven
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-11 07:24 UTC by boni.m
Modified: 2012-02-27 17:33 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description boni.m 2009-01-11 07:24:21 UTC
On Synology DS with SSODS 3.15, armv5tejl-linux

with new convert.conf (rev. 24410 and newer) I'm not able to play any flac files. Server.log is full of errors:

/volume1/SSODS/bin/sox stio: Unknown output file format for '-':  File type `flac' is not known

The cause is probably in 

flc flc transcode *
	# FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
	[flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac $RESAMPLE$ - 

I'm able to play all files with part of previous convert.conf

flc flc transcode *
	# FT:{START=--skip=%t}U:{END=--until=%v}
	[flac] -dcs $START$ $END$ -- $FILE$ | [flac] -cs --totally-silent --compression-level-0 -
Comment 1 James Richardson 2009-01-12 07:07:00 UTC
Steven: can you have a look at this one please
Comment 2 Spies Steven 2009-01-12 08:39:32 UTC
Your binary of SoX (Sound eXchange) needs to be updated to include FLAC support.  Bug 9997 covers this change.
Comment 3 James Richardson 2009-01-12 09:50:25 UTC

*** This bug has been marked as a duplicate of bug 9997 ***
Comment 4 Chris Owens 2009-07-31 10:33:58 UTC
Reduce number of active targets for SC
Comment 5 James Richardson 2012-02-27 17:33:33 UTC
Closing resolved bugs - if you feel this bug still exists please first re-test
with the latest SW/FW version.  If you are able to reproduce then feel free to
reopen and attach new logs / steps to reproduce.