Riddlr
Riddlr
I am using Logitech Media Server Version: 7.8.0 - 1395409907 and it is still an issue have tried the buffer tweak, but the issue persists... I have 2 touches and...
It looks like this issue was identified and fixed in the GMusicProxy project - [https://github.com/diraimondo/gmusicproxy/commit/972acc49ce84d89ae66bfab1f1a8320c8c29ccf6](https://github.com/diraimondo/gmusicproxy/commit/972acc49ce84d89ae66bfab1f1a8320c8c29ccf6) [https://github.com/diraimondo/gmusicproxy/pull/75](https://github.com/diraimondo/gmusicproxy/pull/75) I suppose the same thing could be done in the LMS?
Thanks unbehagen I tried your changes and it works great except for when I sync players - once I do that I get a bunch of: Warning: stream failed to...
Good catch! I must need more coffee - thx
Quick update... to support using the proxy while direct streaming you have to change canDirectStreamSong: ``` sub canDirectStreamSong { my ( $class, $client, $song ) = @_; my $url =...