PasTim wrote: 
> I have just 'raw' in the uncompressed format for one of my players, and
> it works for me.  The codecs for that player are pcm,flc,mp3.  What
> codecs have you included?  It could be that if you have neither pcm or
> aif as a codec, there's no point specifying an uncompressed format.

These are my 'normal settings' (ignore the raw uncompressed format
setting; screen capture taken just before hitting apply).

18115

As you can see pcm is specified as a codec. 

If I specify the uncompressed format as 'wav,raw' then the settings are
saved as <raw_audio_format>wav,raw</raw_audio_format> and if I revisit
the plugin setting after closing the web page first, these settings are
retained.

If I only specify raw as uncompressed format and immediately view the
xml file with the View link on the plugin page the
<raw_audio_format>raw</raw_audio_format> is visible but if I refload
this xlm configuration webpage after a few seconds the
<raw_audio_format>raw</raw_audio_format> disappears.


Code:
--------------------
    
  just for testing added wav,raw
  setting are retained
  
  <device>
  <name>SoundBridge</name>
  <raw_audio_format>wav,raw</raw_audio_format>
  <codecs>pcm,mp3</codecs>
  <udn>uuid:526F6B75-536F-756E-6442-000D4B0469FE</udn>
  <volume_on_play>-1</volume_on_play>
  <stream_length>-1</stream_length>
  <mac>00:0d:4b:04:69:fe</mac>
  <L24_format>2</L24_format>
  <upnp_remove_count>5</upnp_remove_count>
  <enabled>1</enabled>
  </device>
  
  added raw, hit apply and immediately pressed the View link
  
  <device>
  <name>SoundBridge</name>
  <raw_audio_format>raw</raw_audio_format>
  <codecs>pcm,mp3</codecs>
  <udn>uuid:526F6B75-536F-756E-6442-000D4B0469FE</udn>
  <volume_on_play>-1</volume_on_play>
  <stream_length>-1</stream_length>
  <mac>00:0d:4b:04:69:fe</mac>
  <L24_format>2</L24_format>
  <upnp_remove_count>5</upnp_remove_count>
  <enabled>1</enabled>
  </device>
  
  reload xml page after waiting a few seconds
  
  <device>
  <udn>uuid:526F6B75-536F-756E-6442-000D4B0469FE</udn>
  <name>SoundBridge</name>
  <mac>00:0d:4b:04:69:fe</mac>
  <enabled>1</enabled>
  <stream_length>-1</stream_length>
  <volume_on_play>-1</volume_on_play>
  <codecs>pcm,mp3</codecs>
  <L24_format>2</L24_format>
  <upnp_remove_count>5</upnp_remove_count>
  </device>
--------------------


+-------------------------------------------------------------------+
|Filename: 2015-05-25 16_08_08-Server Settings_before.png           |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=18115|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
kolossos4730's Profile: http://forums.slimdevices.com/member.php?userid=63988
View this thread: http://forums.slimdevices.com/showthread.php?t=102496

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to