Signal 13 "Broken Pipe" handling was added to Mplayer early this year. It is a signal generated when Mplayer is writing to a pipe (in this case /dev/fd/3) and an error occur during the write (i.e. the write system call return an error) - this is usually when the other end of the pipe is closed (i.e. the reading app has stopped).
This can happen when the slimserver has stopped playing the stream. -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=24935 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
