Hello,

how can I kill ntuxplayer ? I got this script running :


----------start here--------------
#!/bin/bash

while : ;
do
/usr/local/src/DVB/apps/tuxzap/src/ntuxplayer bond.mpg
/usr/local/src/DVB/apps/tuxzap/src/ntuxplayer feteducine.mpg
/usr/local/src/DVB/apps/tuxzap/src/ntuxplayer nescafe.mpg
done
exit 0;
----------cut here--------------

I'm trying a "killall ntuxplayer", but it will skip to the next video. So I'm thinking "playlist.sh" is still alive, and when I try killall "playlist.sh" I get "no process killed". So it keeps looping over and over. And I don't want to unload the drivers.

Any suggestions please ?

--
Alexandre CONRAD
Research & Development
tel : +33 1 30 80 55 00
fax : +33 1 30 56 50 20
TLV
6, rue de la plaine
78860 - SAINT NOM LA BRETECHE
FRANCE




--
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

Reply via email to