SteveBamber wrote: 
> I've tried raw,wav and just wav for PCM format - but its the same codec
> error both times.
> 
> The Yamaha does claim support for WAV at 24/192 -
> https://europe.yamaha.com/en/products/audio_visual/hifi_components/cd-n301_g/index.html
> 
> But it certainly doesn't list it in the GetProtocolInfo response.
> 
> Interestingly 
> 
> PCM Format = wav
> 24 bits PCM = 16 bits always
> Resampling = 44100
> Rate = 16 
> 
> Gives the codec error but
> 
> PCM Format = raw
> 24 bits PCM = 16 bits always
> Resampling = 44100
> Rate = 16 
> 
> Plays ok - so the bridge seems convinced that player doesn't support
> wav, but Yamaha say it does.
> 
> Can I force it using Additional Mimetypes somehow ?

And to answer my own question - yes you can :D

The problem I had was that I was using

Code:
--------------------
    
  audio/x-flac,audio/x-wav
--------------------


for additional mimetypes - I dont think it likes multiple values ?

If I use just


Code:
--------------------
    audio/x-wav
--------------------


then I can stream in wav format - I've got


Code:
--------------------
    Codecs = flac,pcm
  PCM Format = wav
  Additional Mimetypes = audio/x-wav
  Transcode = pcm
  24 bits PCM = plain 24 bits
  Resampling = source
  Sample size = source
--------------------


And I'm successfully streaming a 24/192 FLAC file in 24/192 WAV format


Code:
--------------------
    [17:46:26.782063] AVTSetURI:91 [0x74d630]: uPNP setURI 
http://192.168.0.10:49154/bridge-1.wav (cookie 0x1)
  [17:46:26.782802] process_start:1151 [0x6cc218]: codec:p, ch:2, s:24, r:192000
--------------------



LMS 7.9.2, Ubuntu-MATE 18.04, Yamaha CD-N301 (UPnP/DLNA Bridge),
Cambridge CX-A60, Monitor Audio Bronze 2, Soundstyle Z2
LMS 7.9.2, Ubuntu-MATE 18.04, Squeezebox Touch, Arcam Solo, KEF iQ5
FLAC up to 24/192
------------------------------------------------------------------------
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

Reply via email to