SteveBamber wrote: 
> It looks like it's sending mp3 to your player rather than flac.
> 
> What happens if you change your codecs from 
> 
> > 
Code:
--------------------
  >   > <codecs>aac,pcm,flc,mp3</codecs>
--------------------
> > 
> 
> to 
> 
> > 
Code:
--------------------
  >   > <codecs>flc</codecs>
--------------------
> > 
> 
> Might also be worth adding
> 
> > 
Code:
--------------------
  >   > <mode>flac</mode>
--------------------
> > 
> 
> Rather than using pass-through mode ?

Actually forget that - looking at the specs for the Jongo SX3 it doesn't
seem to mention support for FLAC at all - so I think you're going to
have to transcode to MP3 ( or something else ) 

Try removing the 


Code:
--------------------
    <allow_flac>1</allow_flac>
  <forced_mimetypes>audio/flac</forced_mimetypes>
--------------------


completely and set codecs to 


Code:
--------------------
    <codecs>aac,pcm,mp3</codecs>
--------------------


and probably


Code:
--------------------
    <raw_audio_format>wav</raw_audio_format>
--------------------


and see what happens ?


------------------------------------------------------------------------
SteveBamber's Profile: http://forums.slimdevices.com/member.php?userid=66397
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to