mcoste wrote: > -b value:value is a workaround though, we haven't found the root of the > problem yet, which I find unsatisfying :) > > I may look at the MTU settings of my router and of my managed switch. > Other point of investigation, though I doubt it's the problem, when I > setup my home server (that hosts my LMS server) as a router I had to > disable TSO, GSO and GRO functionality on one of the two NICs or it > would crash on high bandwidth downloads (sudo ethtool -K eno1 gso off > gro off tso off).
Coming late and it seemed this issue has jumped threads so don't know full background. The issues seems to be specific to OP's setup. If squeezelite hangs - it is either on input or output. "Large buffer solutions" usually point to some sort of flow control - player will only ask & receive data if it has space to put the data which can only occur if it is playing data out. So has * input stopped because of output not moving or * has output buffer emptied and nothing is coming in from network. Logging both "stream" and "output" may show up whether - input is stopping or whether output has jammed and so blocking input. This will be a large log. Another approach. To better characterise the issue, can you see if can make the problem worse (i.e. happen earlier) by leaving buffer at slightly less than default settings (not so much as to create other problems). ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
