philippe_44 wrote: > Since version 0.6x.y, I've added a much better way to get the content > from YT that also corrects the issue where in long pause, connection was > lost. But this puts more constraints on systems as it opens a connection > for every chunk of data it requires. It might be an issue if you have a > slow DNS server. > > If you are a bit technical, look for the file named ProtocolHandler.pm > under the YT plugin directory (in > ProgramData/squeezebox/cache/InstalledPlugins/Plugins/YouTube for > Windows and > /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/YouTube for > Linux) and change line 25 > > Code: -------------------- > > use constant DATA_CHUNK => 65536; -------------------- > > > And change the value (likely increase it). > > Other than that, no idea
Thanks, philippe. It seems my ISP has its own Youtube cache server which has caused others problems. I changed my DNS to use Google (8.8.8.8) and that seems to have resolved my issue. If the problem comes back I will try changing the data chunk size. ------------------------------------------------------------------------ MerceanCoconut's Profile: http://forums.slimdevices.com/member.php?userid=46439 View this thread: http://forums.slimdevices.com/showthread.php?t=105840 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
