When the pipe from Mplayer to Slimserver is closed Mplayer produces this
error

Code:
--------------------
    
  MPlayer interrupted by signal 13 in module: play_audio
  
--------------------

Your error comes from module: enable_cache which is a child process to
read from network and store data in shared memory cache. The main
Mplayer process then reads the cache. 

AFAICT there are no pipes used in this and hence should be no Signal 13
unless possibly sent by another process.  The mplayer code indicates
that some GUI managers send signal 13 which is why this handler was
implemented.  This could be a red herring.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=25619

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to