thk_ms wrote:
> Hello,
>
> yes I did it agauin and now my upnpbridge is updated to 1.1.0.1. But the
> jongo isn't playing *.flac. The *.xml:
>
> device>
> <friendly_name>thk-jongoS3X</friendly_name>
> <udn>uuid:93b2abac-cb6a-4857-b891-0019f5817ac2</udn>
> <allow_flac>1</allow_flac>
> <max_volume>100</max_volume>
> <flac_header>1</flac_header>
> <forced_mimetypes>audio/flac</forced_mimetypes>
> <accept_nexturi>1</accept_nexturi>
> <send_metadata>1</send_metadata>
> <L24_format>2</L24_format>
> <codecs>aac,pcm,flc,mp3</codecs>
> <enabled>1</enabled>
> <raw_audio_format>raw</raw_audio_format>
> <mac>bb:bb:f5:81:7a:c2</mac>
> <name>thk-jongoS3X</name>
> <seek_after_pause>0</seek_after_pause>
> <stream_length>1000000000</stream_length>
> <sample_rate>48000</sample_rate></device>
>
> The upnpbridge-logfile you find attached.
>
> Greating, thk_ms
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 ?
------------------------------------------------------------------------
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
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins