I have a 'Tales from the crypt' problem:
In a console I lauch a standalone video with omxplayer, try to kill it, but it goes until the end of the movie !
Code: Select all
pi@playerACE:~ $ omxplayer --no-keys --win 580,92,708,164 /home/pi/ftp/VDF1_128_72.avi& > /dev/null
[1] 3703
pi@playerACE:~ $ Video codec omx-h264 width 128 height 72 profile 100 fps 29.970030
Audio codec mp3 channels 2 samplerate 44100 bitspersample 16
Subtitle count: 0, state: off, index: 1, delay: 0
V:PortSettingsChanged: 128x72@29.97 interlace:0 deinterlace:0 anaglyph:0 par:1.00 display:0 layer:0 alpha:255 aspectMode:0
^C
pi@playerACE:~ $ sudo kill 3703
[1]+ Complété omxplayer --no-keys --win 580,92,708,164 /home/pi/ftp/VDF1_128_72.avi
Code: Select all
pi@playerACE:~ $ have a nice day ;)
Do you know how to kill omxplayer if I want to abort the movie ?