expectingtofly wrote: > It's interesting isn't it, looking at the the underlying code this just > seems to be the underlying LMS HTTP non-blocking code not able to create > a non-blocking socket. So it appears to be a local problem, for > whatever reason. Maybe this is just something that can happen in certain > scenarios. Yes its just uses the default timeout, so reducing the > "Radio Station timeout" should help it tolerate.
To avoid users setting low or high timeouts conflicting with BBCiPlayer and possibly other plugins, I provided a timeout setting suited to BBC chunk size. You can add a specific timeout value on the LMS SimpleAsync http request. I increased the timeout (and logged any slow ones just to help diagnose weird user problems) and made sure there was always about 2-3 ready to chunks . If it is a BBC delay on some chunks, then plugin usually catches up on next set of chunks. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=113045 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
