OK - the file/directory messages are red herrings.

The issue is why the "signal 15" which I think  means mplayer is being
killed by an external app. Any security s/w on FC5 that might think
mplayer is not allowed to access net or is using too many resources ?

The other possibility is that the mplayer.sh kill code has been run -
you could check for that by putting in some "echo" in the mplayer.sh
just before the kill - I think the following might work.

Code:
--------------------
    
  
  cat > /dev/null
  if [ -s $apppid ] ; then
  # line added below
  echo Killing mplayer >&2
  kill `cat $apppid` 2> /dev/null
  fi
  
  
--------------------
.

Another faint possibility is the "bandwidth 1000000" - one other FC5
user had a problem and removing the option from the RTSP lines in the
conf file cured it. What sort of broadband connection do you have ?


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

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

Reply via email to