psketch wrote:
> Yes, set to Error. I was first seeing the problem on one server, which
> had the US ip address, so when I managed to configure it with a UK Ip
> address, I created a new VM (you can't add a new public IP to an
> existing VM) and installed a brand new server - so it's basically just
> out of the box standard config.
OK if set to Error it means the long timer was in use which sort of make
the timer less likely.
Can you tun a test - this is not a fix but just to see if it changes the
problem.
In the BBciPlugin file HLS.pm can you add the line in ready and restart
the LMS. It may break the plugin as I am not sure whether 3 is a good
number for higher speed services. This change can make the stream less
lumpy.
Code:
--------------------
sub sysread {
my $self = $_[0];
# return in $_[1]
my $maxBytes = $_[2];
$maxBytes = int($maxBytes / 3) ;
if (${*$self}{'_close'}) {
$log->debug("closing");
return 0;
}
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=53229
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins