Jed1-62 wrote: > I have set all the IPlayer related logs to Fatal and restarted the > server but I now have a delay to the start of live or listen again > streams. ( Iplayer plugin set to DASH only for both ). I seem to be > getting loads of the errors below until the stream starts playing. > > Any ideas > > [16-09-12 14:57:55.9518] Slim::Networking::IO::Select::__ANON__ (131) > Error: Select task failed calling > Slim::Web::HTTP::sendStreamingResponse: illegal file descriptor or > filehandle (either no attached file descriptor or illegal value): at > /Slim/Networking/IO/Select.pm line 134. > ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x991bff4) > [16-09-12 14:57:55.9594] Slim::Networking::IO::Select::__ANON__ (131) > Error: Select task failed calling > Slim::Web::HTTP::sendStreamingResponse: illegal file descriptor or > filehandle (either no attached file descriptor or illegal value): at > /Slim/Networking/IO/Select.pm line 134. > ; fh=Slim::Web::HTTP::ClientConn=GLOB(0xdac0f04) > [16-09-12 14:57:55.9616] Slim::Networking::IO::Select::__ANON__ (131) > Error: Select task failed calling > Slim::Web::HTTP::sendStreamingResponse: illegal file descriptor or > filehandle (either no attached file descriptor or illegal value): at > /Slim/Networking/IO/Select.pm line 134. > ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x991bff4) >
1. Delays are not introduced by "fatal" setting - the setting does nothing but suppress the printing of the message - it does not change the execution of any part of the plugin. The delays were always there at the start of live. However if you have problem I suggest you turn the log level setting back to error and find out if the problem is due to the BBC by letting the plugin print the delay. 2. The message shown are a side effect of how Triode implemented chunked http (originally for HLS and I used it fdor DASH) - they appear whenever a stream is killed off. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=104672 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
