philippe_44 wrote: 
> A few question, for curiosity:
> 
> <!-- Increase stream buffer to x4 for slower wifi network -->
> <streambuf_size>9830400</streambuf_size>
> what did it change compared to default ?
> 
> <!-- stream length -1 infinite transfer -->
> <stream_length>-1</stream_length>
> why not -3 or - 2 ?
> 
> <!-- default: 100, meaning 5 second.  Increases to 15 sec -->
> <max_read_wait>300</max_read_wait>
> what did it change compared to default ?
> 
> <!-- quarter chunk of LMS recommended -->
> <max_GET_bytes>65280</max_GET_bytes>
> why ?
> 
> <!-- Avoid song-skipping during list playing -->
> <accept_nexturi>0</accept_nexturi>
> did you try with 1 ? this parameter should not be linked with
> "song-skipping during play"
> 
> I'm trying to understand the effects you "observed" to see what I should
> change

Hello philippe, thank you for your attention.

The main issue I have been facing is unexpected termination of play and
then disappearance of virtual player for my Pioneer speaker XW-SMA3.  It
happens more often with wifi connection than wired network.
The typical error code is "685 uPNP search timeout" in following log
sequence.

Code:
--------------------
    [10:17:42.906592] sq_read:634 [0x8158c40]: read 65280 (r:65280 w:300)
  [10:17:43.382053] sq_read:634 [0x8158c40]: read 65280 (r:65280 w:300)
  [10:17:43.797246] sq_read:634 [0x8158c40]: read 65280 (r:65280 w:300)
  [10:17:44.000552] CallbackEventHandler:685 uPNP search timeout
  [10:17:44.000667] CallbackEventHandler:719 [0xb2c06938]: removing renderer 
(Pioneer Speaker)
  [10:17:44.000710] slimproto_close:991 [0x8158c40] slimproto stop for Pioneer 
Speaker
  [10:17:44.000762] output_mr_close:552 [0x8158c40] close media renderer
  [10:17:44.092871] decode_close:180 close decode
  [10:17:44.093004] stream_close:333 [0x8158c40] close stream
  
--------------------


Also this issue may occur in ramp up/down of volume with speaker
buttons, or switching on/off of other DLNA renderers (AV amplifier, TV
or PC.)  sq2u monitors and recognizes all the DLNA renderers on home
network even if the addition of undefined renderers to LMS is disabled,
and may fail.

<streambuf_size>, <stream_length>, <max_read_wait> and <max_GET_bytes>
parameters have been changed as trials to improve the stability.  The
effects of changing values from the default are not fully clear.

XW-SMA3 works correctly while controlled from foobar2000 with DLNA
plugin, so it might not a network issue.
I would test again in following days, comparing default setting and the
modified, and provide the result.

Regarding <accept_nexturi>, for XW-SMA3 this value should be 0 to avoid
song-skipping.  I could reproduce this symptom, restoring other values
as default. Please take a look at the attachment as zipped configs and
logs in two cases.

Original song order is:
  
- Field Day For Sundays
- Three Girl Rumba
- Ex.Lion Tamer
- ...
  
...and the song #2 was skipped when <accept_nexturi> was '1'.  Runs
correctly when the value is '0'.

I appreciate your comment in advance.


+-------------------------------------------------------------------+
|Filename: SongSkip_config_log.zip                                  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17244|
+-------------------------------------------------------------------+

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

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

Reply via email to